Upload dataset
Browse files- README.md +46 -0
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: default
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: data/train-*
|
| 8 |
+
- split: test
|
| 9 |
+
path: data/test-*
|
| 10 |
+
dataset_info:
|
| 11 |
+
features:
|
| 12 |
+
- name: channel_title
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: channel_name
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: country
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: segment_id
|
| 19 |
+
dtype: int64
|
| 20 |
+
- name: segment_start
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: segment_end
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: duration_seconds
|
| 25 |
+
dtype: int64
|
| 26 |
+
- name: num_keywords
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: avg_density
|
| 29 |
+
dtype: float64
|
| 30 |
+
- name: themes
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: report_text
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: category
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: secondary_categories
|
| 37 |
+
list: string
|
| 38 |
+
- name: text_type
|
| 39 |
+
dtype: string
|
| 40 |
+
splits:
|
| 41 |
+
- name: train
|
| 42 |
+
num_bytes: 276448787
|
| 43 |
+
num_examples: 8349
|
| 44 |
+
- name: test
|
| 45 |
+
num_bytes: 33111604
|
| 46 |
+
num_examples: 1000
|
| 47 |
+
download_size: 41494178
|
| 48 |
+
dataset_size: 309560391
|
| 49 |
---
|
data/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2dea203de8c41180d6e72562957c35b5af5ec03344cc042c271b04658345fb2e
|
| 3 |
+
size 4347047
|
data/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3fde76c7782bc2564a4d2f5ed66750f93aecd404a3da395f76d5d582a04299a
|
| 3 |
+
size 37147131
|