Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
configs:
|
2 |
- config_name: default
|
3 |
data_files:
|
4 |
- split: train
|
5 |
path: "train.csv"
|
6 |
- split: test
|
7 |
-
path: "test.csv"
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
---
|
7 |
configs:
|
8 |
- config_name: default
|
9 |
data_files:
|
10 |
- split: train
|
11 |
path: "train.csv"
|
12 |
- split: test
|
13 |
+
path: "test.csv"
|
14 |
+
|
15 |
+
WORK IN PROGRESS
|
16 |
+
|
17 |
+
This is a tiny dataset that I created to classify text for heresy. It's probably best that you carefully study it before using it for anything.
|