File size: 401 Bytes
fffa9f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4a223c0
 
 
 
 
 
fffa9f9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
language:
- en
task_categories:
- text-classification

configs:
- config_name: default
  data_files:
  - split: complete
    path: "complete.csv"
  - split: train
    path: "train.csv"
  - split: test
    path: "test.csv"
  default: true
- config_name: sentiment
  data_files:
  - split: complete
    path: "positive_negative.csv"
  - split: balanced
    path: "positive_negative_balanced.csv"
---