fastcup-highlights / README.md
nyuuzyou's picture
Upload folder using huggingface_hub
36384e0 verified
metadata
annotations_creators:
  - found
language:
  - en
license:
  - cc0-1.0
multilinguality:
  - multilingual
pretty_name: Fastcup.net CS2/CSGO Highlights Dataset
size_categories:
  - 10K<n<100K
source_datasets:
  - original
task_categories:
  - video-classification
  - video-text-to-text
tags:
  - video
  - gaming
configs:
  - config_name: train
    data_files:
      - split: cs2
        path: cs2.jsonl.zst
      - split: csgo
        path: csgo.jsonl.zst
    default: true

Dataset Card for Fastcup.net Highlights

Dataset Summary

This dataset contains information about 85,488 video clips from the gaming platform Fastcup.net, with 78,143 clips from Counter-Strike 2 and 7,345 clips from Counter-Strike: Global Offensive. The clips showcase gameplay highlights and include detailed metadata such as player statistics, weapon information, and engagement metrics. The total size of raw video content is approximately 34 TB.

Languages

The dataset is primarily in English (en).

Dataset Structure

Data Fields

This dataset includes the following fields:

  • id: Unique identifier for the clip (integer)
  • score: Rating score for the clip (float)
  • title: Title of the clip (string)
  • createdAt: Timestamp of clip creation (string)
  • uploadedAt: Timestamp of clip upload (string)
  • likesCount: Number of likes (integer)
  • viewsCount: View count (integer)
  • killsCount: Number of kills in the clip (integer)
  • clutchSize: Size of clutch situation, if applicable (integer or null)
  • multikillSize: Number of consecutive kills (integer)
  • clutchSuccess: Indicates if clutch was successful (boolean or null)
  • commentsCount: Number of comments (integer)
  • primaryWeapon: Object containing primary weapon information:
    • id: Weapon ID (integer)
    • name: Weapon name (string)
    • internalName: Internal weapon identifier (string)
  • secondaryWeapon: Object containing secondary weapon information (same structure as primaryWeapon, or null)
  • user: Object containing user information:
    • id: User ID (integer)
    • link: External profile link (string or null)
    • avatar: Avatar filename (string)
    • nickName: Username (string)
  • av1_url: Direct URL to AV1-encoded video file (string)
  • h264_url: Direct URL to H.264-encoded video file (string)

Data Splits

The dataset is divided into two main splits:

  • CS2: 78,143 clips
  • CSGO: 7,345 clips

Media Format

Each clip is available in two formats:

  • AV1 encoded video (~40MB per clip)
  • H.264 encoded video (~40MB per clip) Total dataset size: approximately 34 TB per encoding format (68 TB if both formats are downloaded)

Additional Information

License

This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:

Dataset Curators