SinclairSchneider
commited on
Commit
•
90695b0
1
Parent(s):
525ca48
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: unknown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: unknown
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: title
|
6 |
+
dtype: string
|
7 |
+
- name: content
|
8 |
+
dtype: string
|
9 |
+
- name: author
|
10 |
+
dtype: string
|
11 |
+
- name: teasertext
|
12 |
+
dtype: string
|
13 |
+
- name: created_at
|
14 |
+
dtype: timestamp[ns, tz=Europe/Berlin]
|
15 |
+
- name: first_published_at
|
16 |
+
dtype: timestamp[ns, tz=Europe/Berlin]
|
17 |
+
- name: url
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 583473794
|
22 |
+
num_examples: 92128
|
23 |
+
download_size: 350399599
|
24 |
+
dataset_size: 583473794
|
25 |
---
|