DopeorNope
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -62,4 +62,10 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
62 |
model_tokenizer = AutoTokenizer.from_pretrained(repo)
|
63 |
```
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
---
|
|
|
62 |
model_tokenizer = AutoTokenizer.from_pretrained(repo)
|
63 |
```
|
64 |
|
65 |
+
# Acknowledgement
|
66 |
+
|
67 |
+
- ์ด ๋ชจ๋ธ์ ๊ณผํ๊ธฐ์ ์ ๋ณดํต์ ๋ถยท๊ด์ฃผ๊ด์ญ์๊ฐ ๊ณต๋ ์ง์ํ '์ธ๊ณต์ง๋ฅ ์ค์ฌ ์ฐ์
์ตํฉ ์ง์ ๋จ์ง ์กฐ์ฑ์ฌ์
'์ผ๋ก ์ง์์ ๋ฐ์ ์ํ๋ ์ฐ๊ตฌ ๊ฒฐ๊ณผ์
๋๋ค.
|
68 |
+
|
69 |
+
- This model was supported by Artificial intelligence industrial convergence cluster development project funded by the Ministry of Science and ICT(MSIT, Korea)&Gwangju Metropolitan City.
|
70 |
+
|
71 |
---
|