aps/super_glue
Viewer • Updated • 196k • 167k • 188
How to use ASethi04/llama-3.1-8b-copa-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-copa-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.0853 | 1.0 | 200 | 0.0710 | 0.98 | 0.9778 | 0.9778 | 0.9778 |
| 0.0386 | 2.0 | 400 | 0.0934 | 0.98 | 0.9778 | 0.9778 | 0.9778 |
| 0.0 | 3.0 | 600 | 0.1090 | 0.98 | 0.9778 | 0.9778 | 0.9778 |
| 0.0 | 4.0 | 800 | 0.1117 | 0.98 | 0.9778 | 0.9778 | 0.9778 |
Base model
meta-llama/Llama-3.1-8B