AISquare-Instruct-yi-ko-6b-v0.9.30
Model Details
Developed by Inswave Systems UI Platform Team
Method
Using DPO method and SFT method
Hardware
We utilized an A100x4 * 1 for training our model
Base Model beomi/Yi-Ko-6B
Open ko-leaderboard Rank
Implementation Code
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "zomd/AISquare-Instruct-yi-ko-6b-v0.9.30"
model = AutoModelForCausalLM.from_pretrained(
repo,
return_dict=True,
torch_dtype=torch.float16,
device_map='auto'
)
tokenizer = AutoTokenizer.from_pretrained(repo)
μ΄ μ°κ΅¬λ μΈκ³΅μ§λ₯μ°μ μ΅ν©μ¬μ λ¨(AICA)μμ μΆμ§ν γμΈκ³΅μ§λ₯ μ€μ¬ μ°μ μ΅ν© μ§μ λ¨μ§ μ‘°μ±μ¬μ γ μ μ§μμ λ°μ μ§νλ κ²°κ³Όμ λλ€.
- Downloads last month
- 5,364
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.