aps/super_glue
Viewer • Updated • 196k • 199k • 188
How to use ASethi04/llama-3.1-8b-cb-lora with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B")
model = PeftModel.from_pretrained(base_model, "ASethi04/llama-3.1-8b-cb-lora")This model is a fine-tuned version of meta-llama/Llama-3.1-8B on the super_glue dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|---|---|---|---|---|---|---|---|
| 0.2742 | 1.0 | 125 | 0.2792 | 0.8571 | 0.5775 | 0.6232 | 0.5974 |
| 0.1141 | 2.0 | 250 | 0.3887 | 0.875 | 0.5833 | 0.6377 | 0.6090 |
| 0.0421 | 3.0 | 375 | 0.2048 | 0.8929 | 0.7703 | 0.7069 | 0.7166 |
| 0.0019 | 4.0 | 500 | 0.1799 | 0.9107 | 0.8285 | 0.8258 | 0.8269 |
Base model
meta-llama/Llama-3.1-8B