--- task_categories: - video-classification - text-generation - audio-classification language: - en - es tags: - short-form - video - transcripts - multimodal size_categories: - 10K 1000000)] ``` ### Accessing Videos Videos are stored in the `videos/` directory and linked via the `file_name` column: ```python from datasets import load_dataset ds = load_dataset("Shofo/shofo-tiktok-general-small", split="train") # Get video path video_path = ds[0]["file_name"] # e.g., "videos/7350916080610643231.mp4" ``` ## Notes - **Compression**: Tiktok automatically uses H264 compression on its videos, achieving \~50x slightly lossy compression. - **Engagement metrics**: Values are from time of indexing - **Comments**: Top 50 comments at time of indexing - **Nulls**: Some fields may be null (e.g., `transcript` if no speech, `sticker_text` if no overlays) ## Larger Versions This is the "small" version of the Shofo TikTok dataset. Larger versions are available: - **Shofo TikTok General (Medium)**: 10m+ videos - **Shofo TikTok General (Large)**: 100M+ videos ## Citation ```bibtex @dataset{shofo_tiktok_general_small_2025, title={Shofo TikTok General (Small)}, author={Shofo}, year={2025}, url={https://huggingface.co/datasets/Shofo/shofo-tiktok-general-small} } ``` ## License & Disclaimer This dataset is provided for research and experimental use. Shofo does not claim ownership of the underlying video content. Users are responsible for ensuring compliance with applicable copyright laws and platform terms when using this dataset.