ummagumm-a commited on
Commit
6c285a2
·
1 Parent(s): 614a585

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ splits:
17
+ - name: train
18
+ num_bytes: 269700
19
+ num_examples: 100
20
+ - name: validation
21
+ num_bytes: 258506
22
+ num_examples: 100
23
+ - name: test
24
+ num_bytes: 267118
25
+ num_examples: 100
26
+ download_size: 521504
27
+ dataset_size: 795324
28
+ ---
29
+ # Dataset Card for "cup_it_ds_split_with_lang"
30
+
31
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)