lhoestq HF staff commited on
Commit
20cb08a
1 Parent(s): 1af3a12

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
  - af
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: Afrikaans Ner Corpus
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for Afrikaans Ner Corpus
@@ -173,4 +199,4 @@ The data is under the [Creative Commons Attribution 2.5 South Africa License](ht
173
  ```
174
  ### Contributions
175
 
176
- Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.
7
  - af
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: Afrikaans 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: afrikaans_ner_corpus
43
+ splits:
44
+ - name: train
45
+ num_bytes: 4025667
46
+ num_examples: 8962
47
+ download_size: 25748344
48
+ dataset_size: 4025667
49
  ---
50
 
51
  # Dataset Card for Afrikaans Ner Corpus
199
  ```
200
  ### Contributions
201
 
202
+ Thanks to [@yvonnegitau](https://github.com/yvonnegitau) for adding this dataset.