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
Safetensors
Model size
8.03B params
Tensor type
BF16
ยท
Inference Examples
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.