Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: top_comment
|
5 |
+
dtype: string
|
6 |
+
- name: reply
|
7 |
+
dtype: string
|
8 |
+
- name: top_author
|
9 |
+
dtype: string
|
10 |
+
- name: reply_author
|
11 |
+
dtype: string
|
12 |
+
- name: comment_date
|
13 |
+
dtype: string
|
14 |
+
- name: comment_time
|
15 |
+
dtype: string
|
16 |
+
- name: reply_date
|
17 |
+
dtype: string
|
18 |
+
- name: reply_time
|
19 |
+
dtype: string
|
20 |
+
- name: reply_class
|
21 |
+
dtype: string
|
22 |
+
- name: comment_class
|
23 |
+
dtype: string
|
24 |
+
- name: __index_level_0__
|
25 |
+
dtype: int64
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_bytes: 1805186
|
29 |
+
num_examples: 4424
|
30 |
+
download_size: 894372
|
31 |
+
dataset_size: 1805186
|
32 |
+
---
|
33 |
+
# Dataset Card for "comments_classed"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|