Datasets:
Alvant
commited on
Commit
•
accaab0
1
Parent(s):
12ad2b5
add forgotten test
Browse files- README.md +9 -0
- data/20NG_test.csv.gz +3 -0
README.md
CHANGED
@@ -7,6 +7,13 @@ license: other
|
|
7 |
license_name: topicnet
|
8 |
license_link: >-
|
9 |
https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
task_categories:
|
11 |
- text-classification
|
12 |
task_ids:
|
@@ -26,6 +33,8 @@ tags:
|
|
26 |
|
27 |
# 20 Newsgroups
|
28 |
|
|
|
|
|
29 |
Some measurable characteristics of the dataset:
|
30 |
|
31 |
* D — number of documents
|
|
|
7 |
license_name: topicnet
|
8 |
license_link: >-
|
9 |
https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
|
10 |
+
configs:
|
11 |
+
- default: true
|
12 |
+
data_files:
|
13 |
+
- split: train
|
14 |
+
path: "data/20NG.csv.gz"
|
15 |
+
- split: test
|
16 |
+
path: "data/20NG_test.csv.gz"
|
17 |
task_categories:
|
18 |
- text-classification
|
19 |
task_ids:
|
|
|
33 |
|
34 |
# 20 Newsgroups
|
35 |
|
36 |
+
## Train
|
37 |
+
|
38 |
Some measurable characteristics of the dataset:
|
39 |
|
40 |
* D — number of documents
|
data/20NG_test.csv.gz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fdb7d1df2bd00614e922d9d66a520fc874c1904cef1dddcac5f2b07854125688
|
3 |
+
size 12134632
|