DopeorNope commited on
Commit
f0547cd
โ€ข
1 Parent(s): 1e484e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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
  ---