lhoestq HF staff commited on
Commit
0295750
1 Parent(s): 45b7647

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -19,6 +19,42 @@ task_ids:
19
  - named-entity-recognition
20
  paperswithcode_id: lener-br
21
  pretty_name: leNER-br
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for leNER-br
@@ -184,4 +220,4 @@ The data is split into train, validation and test set. The split sizes are as fo
184
 
185
  ### Contributions
186
 
187
- Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
 
19
  - named-entity-recognition
20
  paperswithcode_id: lener-br
21
  pretty_name: leNER-br
22
+ dataset_info:
23
+ features:
24
+ - name: id
25
+ dtype: string
26
+ - name: tokens
27
+ sequence: string
28
+ - name: ner_tags
29
+ sequence:
30
+ class_label:
31
+ names:
32
+ 0: O
33
+ 1: B-ORGANIZACAO
34
+ 2: I-ORGANIZACAO
35
+ 3: B-PESSOA
36
+ 4: I-PESSOA
37
+ 5: B-TEMPO
38
+ 6: I-TEMPO
39
+ 7: B-LOCAL
40
+ 8: I-LOCAL
41
+ 9: B-LEGISLACAO
42
+ 10: I-LEGISLACAO
43
+ 11: B-JURISPRUDENCIA
44
+ 12: I-JURISPRUDENCIA
45
+ config_name: lener_br
46
+ splits:
47
+ - name: test
48
+ num_bytes: 823708
49
+ num_examples: 1390
50
+ - name: train
51
+ num_bytes: 3984189
52
+ num_examples: 7828
53
+ - name: validation
54
+ num_bytes: 719433
55
+ num_examples: 1177
56
+ download_size: 2983137
57
+ dataset_size: 5527330
58
  ---
59
 
60
  # Dataset Card for leNER-br
 
220
 
221
  ### Contributions
222
 
223
+ Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.