haber_registro / README.md
johnatanebonilla's picture
Add columns 'pl' and 'sg' with classification results
fe7a070 verified
|
raw
history blame contribute delete
No virus
924 Bytes
---
dataset_info:
features:
- name: Video ID
dtype: string
- name: sentence
dtype: string
- name: haber.text
dtype: string
- name: haber.pos
dtype: string
- name: haber.dep
dtype: string
- name: haber.morph
dtype: string
- name: child.text
dtype: string
- name: child.lemma
dtype: string
- name: child.pos
dtype: string
- name: child.dep
dtype: string
- name: child.morph
dtype: string
- name: head.text
dtype: string
- name: head.lemma
dtype: string
- name: head.pos
dtype: string
- name: head.dep
dtype: string
- name: head.morph
dtype: string
- name: pl
dtype: float32
- name: sg
dtype: float32
splits:
- name: train
num_bytes: 93438801
num_examples: 214524
download_size: 25267112
dataset_size: 93438801
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---