Fabian Retkowski commited on
Commit
0d9b0ed
·
1 Parent(s): 62e9cc7

Make it HF compatible by defining configs/splits

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -14,6 +14,24 @@ size_categories:
14
  task_categories:
15
  - token-classification
16
  - automatic-speech-recognition
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions
 
14
  task_categories:
15
  - token-classification
16
  - automatic-speech-recognition
17
+ configs:
18
+ - config_name: text
19
+ data_files:
20
+ - split: train
21
+ path: "data/partitions/yt_seg.train.json"
22
+ - split: validation
23
+ path: "data/partitions/yt_seg.val.json"
24
+ - split: test
25
+ path: "data/partitions/yt_seg.test.json"
26
+
27
+ - config_name: titles
28
+ data_files:
29
+ - split: train
30
+ path: "data/partitions/yt_seg_titles.train.json"
31
+ - split: validation
32
+ path: "data/partitions/yt_seg_titles.val.json"
33
+ - split: test
34
+ path: "data/partitions/yt_seg_titles.test.json"
35
  ---
36
 
37
  # From Text Segmentation to Smart Chaptering: A Novel Benchmark for Structuring Video Transcriptions