File size: 621 Bytes
26a303c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
778c146
 
26a303c
 
2aedb16
26a303c
 
2aedb16
26a303c
2aedb16
 
26a303c
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: sentence
    dtype: string
  - name: label
    dtype: string
  - name: id
    dtype: string
  - name: expert
    dtype: string
  - name: verbo_original
    dtype: string
  - name: Col_Origen
    dtype: string
  - name: classif
    dtype: bool
  - name: label2
    dtype: int64
  splits:
  - name: train
    num_bytes: 414799
    num_examples: 1600
  - name: test
    num_bytes: 96222
    num_examples: 400
  download_size: 168300
  dataset_size: 511021
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---