Datasets:

Languages:
Yoruba
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
2c17f46
1 Parent(s): abc78f8

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -19,6 +19,38 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: Yoruba GV NER Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for Yoruba GV NER Corpus
@@ -177,4 +209,4 @@ The data is under the [Creative Commons Attribution 3.0 ](https://creativecommon
177
  ```
178
  ### Contributions
179
 
180
- Thanks to [@dadelani](https://github.com/dadelani) for adding this dataset.
 
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: Yoruba GV NER Corpus
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: ner_tags
29
+ sequence:
30
+ class_label:
31
+ names:
32
+ 0: O
33
+ 1: B-PER
34
+ 2: I-PER
35
+ 3: B-ORG
36
+ 4: I-ORG
37
+ 5: B-LOC
38
+ 6: I-LOC
39
+ 7: B-DATE
40
+ 8: I-DATE
41
+ config_name: yoruba_gv_ner
42
+ splits:
43
+ - name: test
44
+ num_bytes: 96518
45
+ num_examples: 237
46
+ - name: train
47
+ num_bytes: 358885
48
+ num_examples: 817
49
+ - name: validation
50
+ num_bytes: 50161
51
+ num_examples: 117
52
+ download_size: 254347
53
+ dataset_size: 505564
54
  ---
55
 
56
  # Dataset Card for Yoruba GV NER Corpus
 
209
  ```
210
  ### Contributions
211
 
212
+ Thanks to [@dadelani](https://github.com/dadelani) for adding this dataset.