hlillemark commited on
Commit
4b2ddc9
1 Parent(s): ad99359

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: int32
6
+ - name: input_ids
7
+ sequence: int32
8
+ - name: attention_mask
9
+ sequence: int8
10
+ - name: labels
11
+ sequence: int64
12
+ splits:
13
+ - name: train
14
+ num_bytes: 10398083512
15
+ num_examples: 10240000
16
+ - name: val
17
+ num_bytes: 3827042
18
+ num_examples: 5000
19
+ - name: test
20
+ num_bytes: 7670994
21
+ num_examples: 10000
22
+ download_size: 4655425908
23
+ dataset_size: 10409581548
24
+ ---
25
+ # Dataset Card for "flores200_eng_output_scaffolding_cotr_mt5"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)