Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ pipeline_tag: text-generation
|
|
58 |
outputs = model(**inputs)
|
59 |
</code></pre>
|
60 |
|
61 |
-
|
62 |
---
|
63 |
Hereโs the English version of the provided text:
|
64 |
|
@@ -126,3 +126,7 @@ may produce biased responses if trained on biased data.
|
|
126 |
inputs = tokenizer("Hello?", return_tensors="pt")
|
127 |
outputs = model(**inputs)
|
128 |
</code></pre>
|
|
|
|
|
|
|
|
|
|
58 |
outputs = model(**inputs)
|
59 |
</code></pre>
|
60 |
|
61 |
+
## โ
ktds๋ openchat ์ธ์๋ LlaMA, Polyglot, EEVE ๋ฑ ๋ํ์ ์ธ LLM์ ๋ค์ํ ์์ญ์ ํ๊ตญ์ ๋ฌธํ์ ์ง์์ ํ์ธํ๋ํ LLM์ ์ ๊ณตํ ์์ ์
๋๋ค.
|
62 |
---
|
63 |
Hereโs the English version of the provided text:
|
64 |
|
|
|
126 |
inputs = tokenizer("Hello?", return_tensors="pt")
|
127 |
outputs = model(**inputs)
|
128 |
</code></pre>
|
129 |
+
|
130 |
+
## KTDS plans to provide fine-tuned LLMs (Large Language Models) across various domains of Korean culture and knowledge,
|
131 |
+
## including models based on not only OpenChat but also LLaMA, Polyglot, and EEVE.
|
132 |
+
## These models will be tailored to better understand and generate content specific to Korean contexts.
|