Model Card for Model ID
ํด๋น ๋ชจ๋ธ์ ๋ฒ๋ฅ ๋๋ฉ์ธ ๋ฐ์ดํฐ 20๋ง๊ฐ์ ํ๊ตญ์ด ์ํ์ ๋ํ์ฌ ์ถ๊ฐํ์ตํ ๋ชจ๋ธ์ ๋๋ค.
Llama 3.1 8B base ๋ชจ๋ธ์์ ํ์ต์ด ์งํ๋์์ผ๋ฉฐ, ๊ทธ ์ธ ์ถ๊ฐ์ ์ธ instruction tuning์ ์ํ๋์ง ์์์ต๋๋ค.
๋ํ, ์ด ๋ชจ๋ธ์ ๊ณผํ๊ธฐ์ ์ ๋ณดํต์ ๋ถยท๊ด์ฃผ๊ด์ญ์๊ฐ ๊ณต๋ ์ง์ํ โ์ธ๊ณต์ง๋ฅ ์ค์ฌ ์ฐ์ ์ตํฉ ์ง์ ๋จ์ง ์กฐ์ฑ์ฌ์ โ์ผ๋ก ์ง์์ ๋ฐ์ ๊ฐ๋ฐ๋์์ต๋๋ค.
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: Causal Language Model
- Language(s) (NLP): English, Korean
- License: [More Information Needed]
- Finetuned from model: Llama 3.1 8B
Model Sources [optional]
- Paper [optional]: [More Information Needed]
Uses
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM
tokenizer = AutoTokenizer.from_pretrained("fasoo/llama-3.1-legal")
model = AutoModelForCausalLM.from_pretrained("fasoo/llama-3.1-legal")
Environmental Impact
- Hardware Type: NVIDIA H100 80GB HBM3
- Compute Region: Gwangju, South Korea
- Downloads last month
- 11
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.