hieunguyen1053 commited on
Commit
aebaf29
·
1 Parent(s): 1ba7dac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -21,6 +21,8 @@ language:
21
  - vi
22
  size_categories:
23
  - 1M<n<10M
 
 
24
  ---
25
  # Wikipedia
26
 
@@ -31,5 +33,5 @@ size_categories:
31
  ```python
32
  from datasets import load_dataset
33
 
34
- load_dataset("tdtunlp/vi_wikipedia")
35
  ```
 
21
  - vi
22
  size_categories:
23
  - 1M<n<10M
24
+ tags:
25
+ - LM
26
  ---
27
  # Wikipedia
28
 
 
33
  ```python
34
  from datasets import load_dataset
35
 
36
+ load_dataset("tdtunlp/wikipedia_vi")
37
  ```