π§ LoRA Adapter for Llama-3.2-3B-Instruct (Multi-Class Classification)
π Model Overview
This repository contains a LoRA adapter fine-tuned on Meta-Llama/Llama-3.2-3B-Instruct for multi-class text classification.
The model predicts one of the following labels:
Yes, No, Neutral, (D), A, B, C, D, E, N, (C), (A)
This adapter can be applied to various text classification tasks and is optimized for efficiency using Low-Rank Adaptation (LoRA).
π Training Details
Training Command
The LoRA adapter was trained using the following command:
python peft_training.py \
--model-name meta-llama/Llama-3.2-3B-Instruct \
--train-file ../GLoRE/data/splits/train.jsonl \
--output-dir lora-multi \
--classes Yes No Neutral "(D)" A B C D E N "(C)" "(A)"
Model tree for SwashBuckler001/Llama-3.2-3B-Instruct-LoRA-GLoRE
Base model
meta-llama/Llama-3.2-3B-Instruct