Update README.md
Browse files
README.md
CHANGED
|
@@ -11,6 +11,17 @@ widget:
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# LASSL bert-ko-small
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
This model was trained from 702,437 examples (whose have 3,596,465,664 tokens). 702,437 examples are extracted from below corpora. If you want to get information for training, you should see `config.json`.
|
| 15 |
|
| 16 |
```bash
|
|
@@ -24,12 +35,3 @@ corpora/
|
|
| 24 |
├── [6.5G] modu_written_v1.0.txt
|
| 25 |
└── [413M] petition.txt
|
| 26 |
```
|
| 27 |
-
|
| 28 |
-
Evaulation results will be released soon.
|
| 29 |
-
|
| 30 |
-
## How to use
|
| 31 |
-
```python
|
| 32 |
-
from transformers import AutoModel, AutoTokenizer
|
| 33 |
-
model = AutoModel.from_pretrained("lassl/bert-ko-small")
|
| 34 |
-
tokenizer = AutoTokenizer.from_pretrained("lassl/bert-ko-small")
|
| 35 |
-
```
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# LASSL bert-ko-small
|
| 14 |
+
## How to use
|
| 15 |
+
```python
|
| 16 |
+
from transformers import AutoModel, AutoTokenizer
|
| 17 |
+
model = AutoModel.from_pretrained("lassl/bert-ko-small")
|
| 18 |
+
tokenizer = AutoTokenizer.from_pretrained("lassl/bert-ko-small")
|
| 19 |
+
```
|
| 20 |
+
|
| 21 |
+
## Evaluation
|
| 22 |
+
Evaulation results will be released soon.
|
| 23 |
+
|
| 24 |
+
## Corpora
|
| 25 |
This model was trained from 702,437 examples (whose have 3,596,465,664 tokens). 702,437 examples are extracted from below corpora. If you want to get information for training, you should see `config.json`.
|
| 26 |
|
| 27 |
```bash
|
|
|
|
| 35 |
├── [6.5G] modu_written_v1.0.txt
|
| 36 |
└── [413M] petition.txt
|
| 37 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|