File size: 417 Bytes
dd82574
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: texto
    dtype: string
  - name: tone_n
    dtype: string
  - name: target_group_n
    dtype: string
  - name: toxicity_human
    dtype: float64
  splits:
  - name: train
    num_bytes: 7224
    num_examples: 21
  download_size: 8356
  dataset_size: 7224
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---