JSSP LLaMA 8B Fine-tuned Model
Model Description
Job Shop Scheduling Problem (JSSP) ์ต์ ํ๋ฅผ ์ํด ํ์ธํ๋๋ LLaMA 8B ๋ชจ๋ธ์ ๋๋ค.
Training Details
- Base Model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
- LoRA Rank: 64
- Epochs: 4
- Max Sequence Length: 40,000
- Dataset: ACCORD
Usage
from unsloth import FastLanguageModel
model, tokenizer = FastLanguageModel.from_pretrained(
model_name="HYUNJINI/pfsp_test_1",
max_seq_length=40000,
load_in_4bit=True,
dtype=torch.bfloat16,
)
FastLanguageModel.for_inference(model)
Model tree for HYUNJINI/pfsp_test_1
Base model
meta-llama/Llama-3.1-8B
Finetuned
meta-llama/Llama-3.1-8B-Instruct