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="Byungchae/k2s3_test_0002", device_map="auto")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Byungchae/k2s3_test_0002")
model = AutoModelForCausalLM.from_pretrained("Byungchae/k2s3_test_0002", device_map="auto")
Quick Links

Developed by : Byungchae Song

Model Number: k2s3_test_0002

Base Model :

Training Data

  • in-house dataset

Training Method

  • PEFT QLoRA
Downloads last month
22
Safetensors
Model size
11B params
Tensor type
F16
Β·
Inference Providers NEW

Model tree for Byungchae/k2s3_test_0002

Quantizations
2 models

Spaces using Byungchae/k2s3_test_0002 10