hieunguyen1053 commited on
Commit
f5b2141
1 Parent(s): ce52391

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -17,7 +17,27 @@ dataset_info:
17
  num_examples: 2000
18
  download_size: 59201490
19
  dataset_size: 83001935
 
 
 
 
 
 
 
 
 
20
  ---
21
- # Dataset Card for "opus100"
22
 
23
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
17
  num_examples: 2000
18
  download_size: 59201490
19
  dataset_size: 83001935
20
+ task_categories:
21
+ - translation
22
+ language:
23
+ - en
24
+ - vi
25
+ tags:
26
+ - LM
27
+ size_categories:
28
+ - 1M<n<10M
29
  ---
30
+ # Opus100
31
 
32
+ - Source: https://huggingface.co/datasets/opus100
33
+ - Num examples:
34
+ - 1,000,000 (train)
35
+ - 2,000 (validation)
36
+ - 192,744 (test)
37
+ - Language: English
38
+
39
+ ```python
40
+ from datasets import load_dataset
41
+
42
+ load_dataset("tdtunlp/opus100_envi")
43
+ ```