Datasets:

Languages:
Arabic
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
lhoestq HF staff commited on
Commit
ca4f5ee
1 Parent(s): b06f1d5

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -19,6 +19,41 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: CANER
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for CANER
@@ -182,4 +217,4 @@ journal = {Journal of Theoretical and Applied Information Technology}
182
 
183
  ### Contributions
184
 
185
- Thanks to [@KMFODA](https://github.com/KMFODA) for adding this dataset.
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: CANER
22
+ dataset_info:
23
+ features:
24
+ - name: token
25
+ dtype: string
26
+ - name: ner_tag
27
+ dtype:
28
+ class_label:
29
+ names:
30
+ 0: Allah
31
+ 1: Book
32
+ 2: Clan
33
+ 3: Crime
34
+ 4: Date
35
+ 5: Day
36
+ 6: Hell
37
+ 7: Loc
38
+ 8: Meas
39
+ 9: Mon
40
+ 10: Month
41
+ 11: NatOb
42
+ 12: Number
43
+ 13: O
44
+ 14: Org
45
+ 15: Para
46
+ 16: Pers
47
+ 17: Prophet
48
+ 18: Rlig
49
+ 19: Sect
50
+ 20: Time
51
+ splits:
52
+ - name: train
53
+ num_bytes: 5095721
54
+ num_examples: 258240
55
+ download_size: 17063406
56
+ dataset_size: 5095721
57
  ---
58
 
59
  # Dataset Card for CANER
217
 
218
  ### Contributions
219
 
220
+ Thanks to [@KMFODA](https://github.com/KMFODA) for adding this dataset.