lhoestq HF staff commited on
Commit
76a3c88
1 Parent(s): 400887f

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +78 -1
README.md CHANGED
@@ -19,6 +19,83 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: HAREM
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for HAREM
@@ -178,4 +255,4 @@ The data is split into train, validation and test set for each of the two versio
178
 
179
  ### Contributions
180
 
181
- Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
 
19
  - named-entity-recognition
20
  paperswithcode_id: null
21
  pretty_name: HAREM
22
+ dataset_info:
23
+ - config_name: default
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: O
34
+ 1: B-PESSOA
35
+ 2: I-PESSOA
36
+ 3: B-ORGANIZACAO
37
+ 4: I-ORGANIZACAO
38
+ 5: B-LOCAL
39
+ 6: I-LOCAL
40
+ 7: B-TEMPO
41
+ 8: I-TEMPO
42
+ 9: B-VALOR
43
+ 10: I-VALOR
44
+ 11: B-ABSTRACCAO
45
+ 12: I-ABSTRACCAO
46
+ 13: B-ACONTECIMENTO
47
+ 14: I-ACONTECIMENTO
48
+ 15: B-COISA
49
+ 16: I-COISA
50
+ 17: B-OBRA
51
+ 18: I-OBRA
52
+ 19: B-OUTRO
53
+ 20: I-OUTRO
54
+ splits:
55
+ - name: test
56
+ num_bytes: 1062714
57
+ num_examples: 128
58
+ - name: train
59
+ num_bytes: 1506373
60
+ num_examples: 121
61
+ - name: validation
62
+ num_bytes: 51318
63
+ num_examples: 8
64
+ download_size: 1887281
65
+ dataset_size: 2620405
66
+ - config_name: selective
67
+ features:
68
+ - name: id
69
+ dtype: string
70
+ - name: tokens
71
+ sequence: string
72
+ - name: ner_tags
73
+ sequence:
74
+ class_label:
75
+ names:
76
+ 0: O
77
+ 1: B-PESSOA
78
+ 2: I-PESSOA
79
+ 3: B-ORGANIZACAO
80
+ 4: I-ORGANIZACAO
81
+ 5: B-LOCAL
82
+ 6: I-LOCAL
83
+ 7: B-TEMPO
84
+ 8: I-TEMPO
85
+ 9: B-VALOR
86
+ 10: I-VALOR
87
+ splits:
88
+ - name: test
89
+ num_bytes: 1062714
90
+ num_examples: 128
91
+ - name: train
92
+ num_bytes: 1506373
93
+ num_examples: 121
94
+ - name: validation
95
+ num_bytes: 51318
96
+ num_examples: 8
97
+ download_size: 1715873
98
+ dataset_size: 2620405
99
  ---
100
 
101
  # Dataset Card for HAREM
 
255
 
256
  ### Contributions
257
 
258
+ Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.