Datasets:
File size: 2,328 Bytes
f593a07 3a079ce 30b39d6 c187b5d 30b39d6 c187b5d 7797f3c 30b39d6 c187b5d 7797f3c 3a079ce |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
---
language:
- pt
pretty_name: Portuguese Benchmark
dataset_info:
- config_name: LeNER-Br
features:
- name: idx
dtype: int32
- name: tokens
sequence: string
- name: ner_tags
sequence:
class_label:
names:
'0': O
'1': B-ORGANIZACAO
'2': I-ORGANIZACAO
'3': B-PESSOA
'4': I-PESSOA
'5': B-TEMPO
'6': I-TEMPO
'7': B-LOCAL
'8': I-LOCAL
'9': B-LEGISLACAO
'10': I-LEGISLACAO
'11': B-JURISPRUDENCIA
'12': I-JURISPRUDENCIA
splits:
- name: train
num_bytes: 3953896
num_examples: 7825
- name: validation
num_bytes: 715819
num_examples: 1177
- name: test
num_bytes: 819242
num_examples: 1390
download_size: 1049906
dataset_size: 5488957
- config_name: assin2-rte
features:
- name: idx
dtype: int32
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: label
dtype:
class_label:
names:
'0': NONE
'1': ENTAILMENT
splits:
- name: train
num_bytes: 811995
num_examples: 6500
- name: validation
num_bytes: 62824
num_examples: 500
- name: test
num_bytes: 319682
num_examples: 2448
download_size: 551190
dataset_size: 1194501
- config_name: assin2-sts
features:
- name: idx
dtype: int32
- name: sentence1
dtype: string
- name: sentence2
dtype: string
- name: label
dtype: float32
splits:
- name: train
num_bytes: 785995
num_examples: 6500
- name: validation
num_bytes: 60824
num_examples: 500
- name: test
num_bytes: 309890
num_examples: 2448
download_size: 560263
dataset_size: 1156709
configs:
- config_name: LeNER-Br
data_files:
- split: train
path: LeNER-Br/train-*
- split: validation
path: LeNER-Br/validation-*
- split: test
path: LeNER-Br/test-*
- config_name: assin2-rte
data_files:
- split: train
path: assin2-rte/train-*
- split: validation
path: assin2-rte/validation-*
- split: test
path: assin2-rte/test-*
- config_name: assin2-sts
data_files:
- split: train
path: assin2-sts/train-*
- split: validation
path: assin2-sts/validation-*
- split: test
path: assin2-sts/test-*
---
# Portuguese Benchmark |