amphora commited on
Commit
ef8f5c1
1 Parent(s): e883db7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -22,12 +22,14 @@ configs:
22
  path: data/train-*
23
  ---
24
 
25
- # KOREAN-WEBTEXT-1B
26
 
27
- **KOREAN-WEBTEXT-1B** is a high-quality Korean language corpus consisting of 1.04 billion tokens. The data has been collected from the following sources:
28
 
29
  - **cc100**
30
  - **oscar-corpus/OSCAR-2201**
 
 
31
  - **ontocord/CulturaY**
32
  - **Additional credible internet sources collected by out team**
33
 
@@ -88,11 +90,11 @@ dataset = datasets.load_dataset('HAERAE-HUB/KOREAN-WEBTEXT-1B')
88
  If you use this dataset in your research, please cite it as follows:
89
 
90
  ```
91
- @dataset{KOREAN-WEBTEXT-1B,
92
- title={KOREAN-WEBTEXT-1B: A High-Quality Korean Language Corpus},
93
  author={HAERAE-Team},
94
  year={2024},
95
- howpublished={\url{https://huggingface.co/datasets/HAERAE-HUB/KOREAN-WEBTEXT-1B}},
96
  }
97
  ```
98
 
 
22
  path: data/train-*
23
  ---
24
 
25
+ # KOREAN-WEBTEXT
26
 
27
+ **KOREAN-WEBTEXT** is a high-quality Korean language corpus consisting of 2.2 billion tokens. The data has been collected from the following sources:
28
 
29
  - **cc100**
30
  - **oscar-corpus/OSCAR-2201**
31
+ - **oscar-corpus/OSCAR-2109**
32
+ - **oscar-corpus/OSCAR-2301**
33
  - **ontocord/CulturaY**
34
  - **Additional credible internet sources collected by out team**
35
 
 
90
  If you use this dataset in your research, please cite it as follows:
91
 
92
  ```
93
+ @dataset{KOREAN-WEBTEXT,
94
+ title={KOREAN-WEBTEXT: A High-Quality Korean Language Corpus},
95
  author={HAERAE-Team},
96
  year={2024},
97
+ howpublished={\url{https://huggingface.co/datasets/HAERAE-HUB/KOREAN-WEBTEXT}},
98
  }
99
  ```
100