Model Details
Model Developers : Taeeon Park, Gihong Lee
dataset : dpo medical dataset (AI-hub dataset νμ© μ체 μ μ)
Training Method Method : DPO.
Company : MoAData
Usage
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "MoaData/Myrrh_solar_10.7b_2.0"
model = AutoModelForCausalLM.from_pretrained(
repo,
return_dict=True,
torch_dtype=torch.float16,
device_map='auto'
)
tokenizer = AutoTokenizer.from_pretrained(repo)
- Downloads last month
- 38
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.