File size: 245 Bytes
fffa9f9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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
---