ryanramos commited on
Commit
6c876ee
·
1 Parent(s): 4c18738

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: translation
5
+ struct:
6
+ - name: eng_Latn
7
+ dtype: string
8
+ - name: tgl_Latn
9
+ dtype: string
10
+ - name: laser_score
11
+ dtype: float64
12
+ - name: source_sentence_lid
13
+ dtype: float64
14
+ - name: target_sentence_lid
15
+ dtype: float64
16
+ - name: source_sentence_source
17
+ dtype: string
18
+ - name: source_sentence_url
19
+ dtype: string
20
+ - name: target_sentence_source
21
+ dtype: string
22
+ - name: target_sentence_url
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 331474940
27
+ num_examples: 600000
28
+ download_size: 173139480
29
+ dataset_size: 331474940
30
+ ---
31
+ # Dataset Card for "nllb-eng-tgl-600k"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)