lhoestq HF staff commited on
Commit
52df16c
1 Parent(s): 71c8b8f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +30 -2
README.md CHANGED
@@ -20,7 +20,36 @@ task_categories:
20
  task_ids:
21
  - topic-classification
22
  paperswithcode_id: moroco
23
- pretty_name: "MOROCO: The Moldavian and Romanian Dialectal Corpus"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for MOROCO
@@ -172,4 +201,3 @@ CC BY-SA 4.0 License
172
  ### Contributions
173
 
174
  Thanks to [@MihaelaGaman](https://github.com/MihaelaGaman) for adding this dataset.
175
-
 
20
  task_ids:
21
  - topic-classification
22
  paperswithcode_id: moroco
23
+ pretty_name: 'MOROCO: The Moldavian and Romanian Dialectal Corpus'
24
+ dataset_info:
25
+ features:
26
+ - name: id
27
+ dtype: string
28
+ - name: category
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: culture
33
+ 1: finance
34
+ 2: politics
35
+ 3: science
36
+ 4: sports
37
+ 5: tech
38
+ - name: sample
39
+ dtype: string
40
+ config_name: moroco
41
+ splits:
42
+ - name: test
43
+ num_bytes: 10877813
44
+ num_examples: 5924
45
+ - name: train
46
+ num_bytes: 39314292
47
+ num_examples: 21719
48
+ - name: validation
49
+ num_bytes: 10721304
50
+ num_examples: 5921
51
+ download_size: 60711985
52
+ dataset_size: 60913409
53
  ---
54
 
55
  # Dataset Card for MOROCO
 
201
  ### Contributions
202
 
203
  Thanks to [@MihaelaGaman](https://github.com/MihaelaGaman) for adding this dataset.