lhoestq HF staff commited on
Commit
12eef2b
1 Parent(s): a2aed43

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +38 -1
README.md CHANGED
@@ -19,6 +19,43 @@ task_categories:
19
  task_ids: []
20
  paperswithcode_id: null
21
  pretty_name: NCSLGR
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for NCSLGR
@@ -153,4 +190,4 @@ None
153
 
154
  ### Contributions
155
 
156
- Thanks to [@AmitMY](https://github.com/AmitMY) for adding this dataset.
 
19
  task_ids: []
20
  paperswithcode_id: null
21
  pretty_name: NCSLGR
22
+ dataset_info:
23
+ - config_name: entire_dataset
24
+ features:
25
+ - name: eaf
26
+ dtype: string
27
+ - name: sentences
28
+ sequence:
29
+ - name: gloss
30
+ dtype: string
31
+ - name: text
32
+ dtype: string
33
+ - name: videos
34
+ sequence: string
35
+ splits:
36
+ - name: train
37
+ num_bytes: 783504
38
+ num_examples: 870
39
+ download_size: 4113829143
40
+ dataset_size: 783504
41
+ - config_name: annotations
42
+ features:
43
+ - name: eaf
44
+ dtype: string
45
+ - name: sentences
46
+ sequence:
47
+ - name: gloss
48
+ dtype: string
49
+ - name: text
50
+ dtype: string
51
+ - name: videos
52
+ sequence: string
53
+ splits:
54
+ - name: train
55
+ num_bytes: 371725
56
+ num_examples: 870
57
+ download_size: 5335358
58
+ dataset_size: 371725
59
  ---
60
 
61
  # Dataset Card for NCSLGR
 
190
 
191
  ### Contributions
192
 
193
+ Thanks to [@AmitMY](https://github.com/AmitMY) for adding this dataset.