Model Card for Model ID
ํ๊ตญ์ด ์ถ๊ฐ ํ๋ จ ๋ฐ sft๊น์ง ์งํ๋ ๋ชจ๋ธ์ ๋๋ค.
- ์ด ๋ชจ๋ธ์ ๊ณผํ๊ธฐ์ ์ ๋ณดํต์ ๋ถยท๊ด์ฃผ๊ด์ญ์๊ฐ ๊ณต๋ ์ง์ํ โ์ธ๊ณต์ง๋ฅ ์ค์ฌ ์ฐ์ ์ตํฉ ์ง์ ๋จ์ง ์กฐ์ฑ์ฌ์ โ์ผ๋ก ์ง์์ ๋ฐ์ ๊ฐ๋ฐ๋์์ต๋๋ค.
Model Details
Model Description
This is the model card of a ๐ค transformers model that has been pushed on the Hub. This model card has been automatically generated.
- Developed by: Fasoo
- Model type: CLM
- Language(s) (NLP): English, Korean
- License: [More Information Needed]
- Finetuned from model [optional]: Llama 3
Uses
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("fasoo/llama3-korean-local-merged")
model = AutoModelForCausalLM.from_pretrained("fasoo/llama3-korean-local-merged")
- Downloads last month
- 4
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.