Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,27 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: news
|
7 |
+
path: data/news-*
|
8 |
+
- split: telegram_blogs
|
9 |
+
path: data/telegram_blogs-*
|
10 |
+
dataset_info:
|
11 |
+
features:
|
12 |
+
- name: text
|
13 |
+
dtype: string
|
14 |
+
- name: timestamp
|
15 |
+
dtype: string
|
16 |
+
- name: source
|
17 |
+
dtype: string
|
18 |
+
splits:
|
19 |
+
- name: news
|
20 |
+
num_bytes: 3272404822
|
21 |
+
num_examples: 964268
|
22 |
+
- name: telegram_blogs
|
23 |
+
num_bytes: 248666870
|
24 |
+
num_examples: 227337
|
25 |
+
download_size: 1581389108
|
26 |
+
dataset_size: 3521071692
|
27 |
---
|