Trofish commited on
Commit
b1d0372
1 Parent(s): bf928f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -31,6 +31,12 @@
31
  - **학습률 감쇠**: linear
32
  - **사용된 하드웨어**: 2x RTX 8000 GPU
33
 
 
 
 
 
 
 
34
  ## 사용 방법
35
  ### tokenizer의 경우 wordpiece가 아닌 syllable 단위이기에 AutoTokenizer가 아니라 SyllableTokenizer를 사용해야 합니다.
36
  ### (레포에서 제공하고 있는 syllabletokenizer.py를 가져와서 사용해야 합니다.)
 
31
  - **학습률 감쇠**: linear
32
  - **사용된 하드웨어**: 2x RTX 8000 GPU
33
 
34
+
35
+
36
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64a0fd6fd3149e05bc5260dd/TPSI6kksBLzcbloDCUgwc.png)
37
+
38
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/64a0fd6fd3149e05bc5260dd/z3_zVWsGsyT7YD9Zr9aeK.png)
39
+
40
  ## 사용 방법
41
  ### tokenizer의 경우 wordpiece가 아닌 syllable 단위이기에 AutoTokenizer가 아니라 SyllableTokenizer를 사용해야 합니다.
42
  ### (레포에서 제공하고 있는 syllabletokenizer.py를 가져와서 사용해야 합니다.)