DopeorNope commited on
Commit
e204a5f
โ€ข
1 Parent(s): 036cac0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -63,4 +63,10 @@ model = AutoModelForCausalLM.from_pretrained(
63
  model_tokenizer = AutoTokenizer.from_pretrained(repo)
64
  ```
65
 
 
 
 
 
 
 
66
  ---
 
63
  model_tokenizer = AutoTokenizer.from_pretrained(repo)
64
  ```
65
 
66
+ # Acknowledgement
67
+
68
+ ์ด ๋ชจ๋ธ์€ ๊ณผํ•™๊ธฐ์ˆ ์ •๋ณดํ†ต์‹ ๋ถ€ยท๊ด‘์ฃผ๊ด‘์—ญ์‹œ๊ฐ€ ๊ณต๋™ ์ง€์›ํ•œ '์ธ๊ณต์ง€๋Šฅ ์ค‘์‹ฌ ์‚ฐ์—…์œตํ•ฉ ์ง‘์ ๋‹จ์ง€ ์กฐ์„ฑ์‚ฌ์—…'์œผ๋กœ ์ง€์›์„ ๋ฐ›์•„ ์ˆ˜ํ–‰๋œ ์—ฐ๊ตฌ ๊ฒฐ๊ณผ์ž…๋‹ˆ๋‹ค.
69
+
70
+ 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.
71
+
72
  ---