lhoestq HF staff commited on
Commit
873ab49
1 Parent(s): 3e0eb46

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +64 -1
README.md CHANGED
@@ -22,6 +22,69 @@ task_ids:
22
  - part-of-speech
23
  paperswithcode_id: null
24
  pretty_name: thainer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for `thainer`
@@ -165,4 +228,4 @@ Work extended from:
165
 
166
  ### Contributions
167
 
168
- Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.
 
22
  - part-of-speech
23
  paperswithcode_id: null
24
  pretty_name: thainer
25
+ dataset_info:
26
+ features:
27
+ - name: id
28
+ dtype: int32
29
+ - name: tokens
30
+ sequence: string
31
+ - name: pos_tags
32
+ sequence:
33
+ class_label:
34
+ names:
35
+ 0: ADJ
36
+ 1: ADP
37
+ 2: ADV
38
+ 3: AUX
39
+ 4: CCONJ
40
+ 5: DET
41
+ 6: NOUN
42
+ 7: NUM
43
+ 8: PART
44
+ 9: PRON
45
+ 10: PROPN
46
+ 11: PUNCT
47
+ 12: SCONJ
48
+ 13: VERB
49
+ - name: ner_tags
50
+ sequence:
51
+ class_label:
52
+ names:
53
+ 0: B-DATE
54
+ 1: B-EMAIL
55
+ 2: B-LAW
56
+ 3: B-LEN
57
+ 4: B-LOCATION
58
+ 5: B-MONEY
59
+ 6: B-ORGANIZATION
60
+ 7: B-PERCENT
61
+ 8: B-PERSON
62
+ 9: B-PHONE
63
+ 10: B-TIME
64
+ 11: B-URL
65
+ 12: B-ZIP
66
+ 13: B-ไม่ยืนยัน
67
+ 14: I-DATE
68
+ 15: I-EMAIL
69
+ 16: I-LAW
70
+ 17: I-LEN
71
+ 18: I-LOCATION
72
+ 19: I-MONEY
73
+ 20: I-ORGANIZATION
74
+ 21: I-PERCENT
75
+ 22: I-PERSON
76
+ 23: I-PHONE
77
+ 24: I-TIME
78
+ 25: I-URL
79
+ 26: I-ไม่ยืนยัน
80
+ 27: O
81
+ config_name: thainer
82
+ splits:
83
+ - name: train
84
+ num_bytes: 8117902
85
+ num_examples: 6348
86
+ download_size: 5456461
87
+ dataset_size: 8117902
88
  ---
89
 
90
  # Dataset Card for `thainer`
 
228
 
229
  ### Contributions
230
 
231
+ Thanks to [@cstorm125](https://github.com/cstorm125) for adding this dataset.