Hansollll commited on
Commit
ad7011e
·
1 Parent(s): ba1a1bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: sn
5
+ dtype: string
6
+ - name: translation
7
+ struct:
8
+ - name: en
9
+ dtype: string
10
+ - name: ko
11
+ dtype: string
12
+ splits:
13
+ - name: train
14
+ num_bytes: 2460095.2
15
+ num_examples: 8000
16
+ - name: test
17
+ num_bytes: 615023.8
18
+ num_examples: 2000
19
+ download_size: 1973746
20
+ dataset_size: 3075119.0
21
+ ---
22
+ # Dataset Card for "Translation"
23
+
24
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)