SPACCC-Spanish-NER / README.md
richardjonker2000's picture
Upload dataset
a1312eb verified
|
raw
history blame
No virus
606 Bytes
---
license: cc-by-4.0
dataset_info:
features:
- name: filename
dtype: string
- name: ann_id
dtype: int64
- name: label
dtype: string
- name: start_span
dtype: int64
- name: end_span
dtype: int64
- name: text
dtype: string
splits:
- name: train
num_bytes: 3225477
num_examples: 33757
- name: test
num_bytes: 1072603
num_examples: 11239
download_size: 6341899
dataset_size: 4298080
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---