bnjmnmarie commited on
Commit
e0c95dd
1 Parent(s): d63a6bf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: validation
6
+ path: data/validation-*
7
+ - split: train
8
+ path: data/train-*
9
+ dataset_info:
10
+ features:
11
+ - name: text
12
+ dtype: string
13
+ splits:
14
+ - name: validation
15
+ num_bytes: 281986
16
+ num_examples: 2000
17
+ - name: train
18
+ num_bytes: 94666227
19
+ num_examples: 961164
20
+ download_size: 69511177
21
+ dataset_size: 94948213
22
+ ---
23
+ # Dataset Card for "opus-Swedish-to-English"
24
+
25
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)