File size: 785 Bytes
b20b8fc
6f0331a
 
 
b20b8fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
- pt
dataset_info:
  features:
  - name: context
    dtype: string
  - name: all_classes
    list:
    - name: class
      dtype: string
    - name: context
      dtype: string
    - name: id
      dtype: int64
  - name: input
    dtype: string
  - name: output
    dtype: string
  - name: output_id
    dtype: int64
  - name: language
    dtype:
      class_label:
        names:
          '0': pt
          '1': en
          '2': es
  - name: data_category
    dtype:
      class_label:
        names:
          '0': positive
          '1': negative
  splits:
  - name: train
    num_bytes: 22475455
    num_examples: 21268
  download_size: 6753279
  dataset_size: 22475455
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---