seopbo commited on
Commit
51ecc13
1 Parent(s): b34d35d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -11,6 +11,17 @@ widget:
11
  ---
12
 
13
  # LASSL bert-ko-base
 
 
 
 
 
 
 
 
 
 
 
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,13 +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
-
32
- ```python
33
- from transformers import AutoModel, AutoTokenizer
34
- model = AutoModel.from_pretrained("lassl/bert-ko-base")
35
- tokenizer = AutoTokenizer.from_pretrained("lassl/bert-ko-base")
36
- ```
 
11
  ---
12
 
13
  # LASSL bert-ko-base
14
+ ## How to use
15
+ ```python
16
+ from transformers import AutoModel, AutoTokenizer
17
+ model = AutoModel.from_pretrained("lassl/bert-ko-base")
18
+ tokenizer = AutoTokenizer.from_pretrained("lassl/bert-ko-base")
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
  ```