lhoestq HF staff commited on
Commit
7236c96
1 Parent(s): de3160e

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +55 -1
README.md CHANGED
@@ -19,6 +19,60 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: TurkishNer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
 
@@ -159,4 +213,4 @@ Creative Commons Attribution 4.0 International
159
 
160
  ### Contributions
161
 
162
- Thanks to [@merveenoyan](https://github.com/merveenoyan) for adding this dataset.
 
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: TurkishNer
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: domain
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: architecture
33
+ 1: basketball
34
+ 2: book
35
+ 3: business
36
+ 4: education
37
+ 5: fictional_universe
38
+ 6: film
39
+ 7: food
40
+ 8: geography
41
+ 9: government
42
+ 10: law
43
+ 11: location
44
+ 12: military
45
+ 13: music
46
+ 14: opera
47
+ 15: organization
48
+ 16: people
49
+ 17: religion
50
+ 18: royalty
51
+ 19: soccer
52
+ 20: sports
53
+ 21: theater
54
+ 22: time
55
+ 23: travel
56
+ 24: tv
57
+ - name: ner_tags
58
+ sequence:
59
+ class_label:
60
+ names:
61
+ 0: O
62
+ 1: B-PERSON
63
+ 2: I-PERSON
64
+ 3: B-ORGANIZATION
65
+ 4: I-ORGANIZATION
66
+ 5: B-LOCATION
67
+ 6: I-LOCATION
68
+ 7: B-MISC
69
+ 8: I-MISC
70
+ splits:
71
+ - name: train
72
+ num_bytes: 177658278
73
+ num_examples: 532629
74
+ download_size: 204393976
75
+ dataset_size: 177658278
76
  ---
77
 
78
 
 
213
 
214
  ### Contributions
215
 
216
+ Thanks to [@merveenoyan](https://github.com/merveenoyan) for adding this dataset.