Datasets:
SinclairSchneider
commited on
Commit
•
a68a554
1
Parent(s):
1bb99d1
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: category
|
6 |
+
dtype: string
|
7 |
+
- name: title
|
8 |
+
dtype: string
|
9 |
+
- name: content
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 117207060
|
14 |
+
num_examples: 38189
|
15 |
+
download_size: 72886361
|
16 |
+
dataset_size: 117207060
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: data/train-*
|
22 |
---
|