Datasets:

Languages:
Pedi
Multilinguality:
monolingual
Size Categories:
1K<n<10K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
8f78af2
1 Parent(s): 96f0b57

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -2
README.md CHANGED
@@ -7,7 +7,7 @@ language:
7
  - nso
8
  license:
9
  - other
10
- license_details: "Creative Commons Attribution 2.5 South Africa License"
11
  multilinguality:
12
  - monolingual
13
  size_categories:
@@ -20,6 +20,32 @@ task_ids:
20
  - named-entity-recognition
21
  paperswithcode_id: null
22
  pretty_name: Sepedi NER Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for Sepedi NER Corpus
@@ -171,4 +197,4 @@ The data is under the [Creative Commons Attribution 2.5 South Africa License](ht
171
  ```
172
  ### Contributions
173
 
174
- Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
 
7
  - nso
8
  license:
9
  - other
10
+ license_details: Creative Commons Attribution 2.5 South Africa License
11
  multilinguality:
12
  - monolingual
13
  size_categories:
 
20
  - named-entity-recognition
21
  paperswithcode_id: null
22
  pretty_name: Sepedi NER Corpus
23
+ dataset_info:
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: tokens
28
+ sequence: string
29
+ - name: ner_tags
30
+ sequence:
31
+ class_label:
32
+ names:
33
+ 0: OUT
34
+ 1: B-PERS
35
+ 2: I-PERS
36
+ 3: B-ORG
37
+ 4: I-ORG
38
+ 5: B-LOC
39
+ 6: I-LOC
40
+ 7: B-MISC
41
+ 8: I-MISC
42
+ config_name: sepedi_ner
43
+ splits:
44
+ - name: train
45
+ num_bytes: 3378134
46
+ num_examples: 7117
47
+ download_size: 22077376
48
+ dataset_size: 3378134
49
  ---
50
 
51
  # Dataset Card for Sepedi NER Corpus
 
197
  ```
198
  ### Contributions
199
 
200
+ Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.