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
Safetensors
Model size
10.7B params
Tensor type
FP16
Β·
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.

Model tree for MoaData/Myrrh_solar_10.7b_2.0

Quantizations
4 models

Spaces using MoaData/Myrrh_solar_10.7b_2.0 6