eduagarcia commited on
Commit
30b39d6
1 Parent(s): 3a079ce

Upload dataset

Browse files
LeNER-Br/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:957e3188d2ceb3e371e6f4adce89b934d828feceeba605d0ea20b40a53337b69
3
+ size 161559
LeNER-Br/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e01dc6ea467f5fd0670204a93d5e370d106fedb737db73998f7cad038060272
3
+ size 755932
LeNER-Br/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f1cc5d59c0451103c41bc5726087030a8b690cf124c00f28c70ce49dd461c63
3
+ size 132415
README.md CHANGED
@@ -2,6 +2,51 @@
2
  language:
3
  - pt
4
  pretty_name: Portuguese Benchmark
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Portuguese Benchmark
 
2
  language:
3
  - pt
4
  pretty_name: Portuguese Benchmark
5
+ dataset_info:
6
+ config_name: LeNER-Br
7
+ features:
8
+ - name: idx
9
+ dtype: int32
10
+ - name: tokens
11
+ sequence: string
12
+ - name: ner_tags
13
+ sequence:
14
+ class_label:
15
+ names:
16
+ '0': O
17
+ '1': B-ORGANIZACAO
18
+ '2': I-ORGANIZACAO
19
+ '3': B-PESSOA
20
+ '4': I-PESSOA
21
+ '5': B-TEMPO
22
+ '6': I-TEMPO
23
+ '7': B-LOCAL
24
+ '8': I-LOCAL
25
+ '9': B-LEGISLACAO
26
+ '10': I-LEGISLACAO
27
+ '11': B-JURISPRUDENCIA
28
+ '12': I-JURISPRUDENCIA
29
+ splits:
30
+ - name: train
31
+ num_bytes: 3953896
32
+ num_examples: 7825
33
+ - name: validation
34
+ num_bytes: 715819
35
+ num_examples: 1177
36
+ - name: test
37
+ num_bytes: 819242
38
+ num_examples: 1390
39
+ download_size: 1049906
40
+ dataset_size: 5488957
41
+ configs:
42
+ - config_name: LeNER-Br
43
+ data_files:
44
+ - split: train
45
+ path: LeNER-Br/train-*
46
+ - split: validation
47
+ path: LeNER-Br/validation-*
48
+ - split: test
49
+ path: LeNER-Br/test-*
50
  ---
51
 
52
  # Portuguese Benchmark