Commit
·
53b5c5e
1
Parent(s):
9a4b9dc
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: text
|
5 |
+
dtype: string
|
6 |
+
- name: comments
|
7 |
+
list:
|
8 |
+
- name: score
|
9 |
+
dtype: int64
|
10 |
+
- name: text
|
11 |
+
dtype: string
|
12 |
+
- name: lang
|
13 |
+
dtype: string
|
14 |
+
- name: lang_score
|
15 |
+
dtype: float64
|
16 |
+
- name: topic
|
17 |
+
dtype: float64
|
18 |
+
- name: topic_prob
|
19 |
+
dtype: float64
|
20 |
+
- name: was_outlier
|
21 |
+
dtype: float64
|
22 |
+
splits:
|
23 |
+
- name: train
|
24 |
+
num_bytes: 219441173
|
25 |
+
num_examples: 79296
|
26 |
+
- name: validation
|
27 |
+
num_bytes: 24600381
|
28 |
+
num_examples: 8811
|
29 |
+
- name: test
|
30 |
+
num_bytes: 40295844
|
31 |
+
num_examples: 14004
|
32 |
+
download_size: 178475047
|
33 |
+
dataset_size: 284337398
|
34 |
+
---
|
35 |
+
# Dataset Card for "cup_it_ds_split_with_lang_with_topic"
|
36 |
+
|
37 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|