Datasets:
Commit
·
21c3729
1
Parent(s):
7be5eb7
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: url
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: channel_id
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: post_id
|
| 9 |
+
dtype: int64
|
| 10 |
+
- name: views
|
| 11 |
+
dtype: int64
|
| 12 |
+
- name: pub_time
|
| 13 |
+
dtype: int64
|
| 14 |
+
- name: text
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: fetch_time
|
| 17 |
+
dtype: int64
|
| 18 |
+
- name: images
|
| 19 |
+
sequence: string
|
| 20 |
+
- name: links
|
| 21 |
+
sequence: string
|
| 22 |
+
- name: videos
|
| 23 |
+
sequence: string
|
| 24 |
+
- name: reply_to
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: forward_from
|
| 27 |
+
dtype: string
|
| 28 |
+
- name: channel_title
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: has_obscene
|
| 31 |
+
dtype: bool
|
| 32 |
+
- name: patched_text
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: groups
|
| 35 |
+
struct:
|
| 36 |
+
- name: economy
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: main
|
| 39 |
+
dtype: string
|
| 40 |
+
- name: tech
|
| 41 |
+
dtype: string
|
| 42 |
+
- name: issue
|
| 43 |
+
dtype: string
|
| 44 |
+
- name: language
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: tokens
|
| 47 |
+
dtype: string
|
| 48 |
+
splits:
|
| 49 |
+
- name: train
|
| 50 |
+
num_bytes: 250879032
|
| 51 |
+
num_examples: 100000
|
| 52 |
+
download_size: 115840436
|
| 53 |
+
dataset_size: 250879032
|
| 54 |
+
configs:
|
| 55 |
+
- config_name: default
|
| 56 |
+
data_files:
|
| 57 |
+
- split: train
|
| 58 |
+
path: data/train-*
|
| 59 |
+
---
|
| 60 |
+
# Dataset Card for "nyan_documents"
|
| 61 |
+
|
| 62 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|