Software engineering Chatbot Spanish
Collection
This collection will hold the models and dataste that has been used to developed the investigation. Specifically the ones that are in Spanish • 6 items • Updated
How to use JuanjoLopez19/Llama-2-7b-chat-hf-finetune-SWE_70_30 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
model = PeftModel.from_pretrained(base_model, "JuanjoLopez19/Llama-2-7b-chat-hf-finetune-SWE_70_30")This model is a fine-tuned version of meta-llama/Llama-2-7b-chat-hf on an unknown 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 |
|---|---|---|---|
| 1.0759 | 1.0 | 1437 | 0.9557 |
| 0.9237 | 2.0 | 2874 | 0.9524 |
| 0.4326 | 3.0 | 4311 | 1.0528 |
| 0.54 | 4.0 | 5748 | 1.2335 |
| 0.2603 | 5.0 | 7185 | 1.3511 |
Base model
meta-llama/Llama-2-7b-chat-hf