cs2-highlights / README.md
nyuuzyou's picture
Add files using upload-large-folder tool
41317ba verified
|
raw
history blame
2.43 kB
metadata
pretty_name: Counter-Strike 2 Highlight Clips
size_categories:
  - 1K<n<10K
task_categories:
  - video-classification
  - text-to-video
  - image-to-video
annotations_creators:
  - found
language:
  - en
license: cc0-1.0
multilinguality:
  - monolingual
source_datasets:
  - original
tags:
  - video
configs:
  - config_name: metadata
    data_files:
      - split: metadata
        path: dataset.jsonl.zst
    default: true
  - config_name: previews
    data_files:
      - split: previews
        path: previews/*
  - config_name: videos
    data_files:
      - split: videos
        path: videos/*

Dataset Card for Counter-Strike 2 Highlight Clips

Dataset Summary

This dataset contains 4,857 high-quality gameplay highlight clips primarily from Counter-Strike 2, with a small portion from Counter-Strike: Global Offensive. The clips focus on key gameplay moments such as kills, bomb interactions, and grenade usage. The clips are collected from competitive platforms like Faceit and in-game competitive modes (Premier, Matchmaking) across various skill levels, making it ideal for research related to Counter-Strike 2 that requires high quality video content.

Languages

The dataset is monolingual:

  • English (en): All video titles and metadata are in English

Dataset Structure

Data Files

The dataset consists of:

  • Video files (.mp4 format) at 1080p resolution
  • Preview image files (.jpg format) for each video
  • JSON metadata file containing information about each clip

Data Fields

Each video entry contains:

  • file: Path to the video file (.mp4)
  • preview: Path to the preview image (.jpg)
  • fps: Frame rate of the video (60 or 120)
  • title: Optional user-provided title for the clip (can be null)
  • steamid: Steam ID of the player featured in the clip

Video Specifications

  • Resolution: 1080p
  • Frame rates:
    • 842 videos at 60 fps
    • 4,015 videos at 120 fps
  • No external watermarks (only in-game HUD present)
  • All clips contain significant gameplay moments

Additional Information

License

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

  • Use the metadata for any purpose, including commercial projects
  • Modify it however you like
  • Distribute it without asking permission

CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en

Dataset Curators