lhoestq HF staff commited on
Commit
070fd41
1 Parent(s): 463ddc4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +56 -1
README.md CHANGED
@@ -21,6 +21,61 @@ task_categories:
21
  task_ids:
22
  - named-entity-recognition
23
  paperswithcode_id: norec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for NoReC
@@ -292,4 +347,4 @@ The training, validation, and test set contain `680792`, `101106`, and `101594`
292
 
293
  ### Contributions
294
 
295
- Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
21
  task_ids:
22
  - named-entity-recognition
23
  paperswithcode_id: norec
24
+ dataset_info:
25
+ features:
26
+ - name: idx
27
+ dtype: string
28
+ - name: text
29
+ dtype: string
30
+ - name: tokens
31
+ sequence: string
32
+ - name: lemmas
33
+ sequence: string
34
+ - name: pos_tags
35
+ sequence:
36
+ class_label:
37
+ names:
38
+ 0: ADJ
39
+ 1: ADP
40
+ 2: ADV
41
+ 3: AUX
42
+ 4: CCONJ
43
+ 5: DET
44
+ 6: INTJ
45
+ 7: NOUN
46
+ 8: NUM
47
+ 9: PART
48
+ 10: PRON
49
+ 11: PROPN
50
+ 12: PUNCT
51
+ 13: SCONJ
52
+ 14: SYM
53
+ 15: VERB
54
+ 16: X
55
+ - name: xpos_tags
56
+ sequence: string
57
+ - name: feats
58
+ sequence: string
59
+ - name: head
60
+ sequence: string
61
+ - name: deprel
62
+ sequence: string
63
+ - name: deps
64
+ sequence: string
65
+ - name: misc
66
+ sequence: string
67
+ splits:
68
+ - name: test
69
+ num_bytes: 193801708
70
+ num_examples: 101594
71
+ - name: train
72
+ num_bytes: 1254757266
73
+ num_examples: 680792
74
+ - name: validation
75
+ num_bytes: 189534106
76
+ num_examples: 101106
77
+ download_size: 212492611
78
+ dataset_size: 1638093080
79
  ---
80
 
81
  # Dataset Card for NoReC
 
347
 
348
  ### Contributions
349
 
350
+ Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.