How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="hyunseoki/ko-ref-llama2-7b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("hyunseoki/ko-ref-llama2-7b")
model = AutoModelForCausalLM.from_pretrained("hyunseoki/ko-ref-llama2-7b", device_map="auto")
Quick Links

Model Developers HyunseokLee, TaeyoungKim - (kaist alinlab, omnious.ai)

Input Models input text only.

Output Models generate text only.

Model Architecture
ko-ref-llama2-7b is an auto-regressive language model based on the LLaMA2 transformer architecture.

Base Model
Llama-2-7B

Training Dataset
Open dataset (Korean).

Training Objective
We trained the model to learn Korean corpus.

Downloads last month
46
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for hyunseoki/ko-ref-llama2-7b

Finetunes
2 models
Quantizations
1 model