Instruction-Fine-Tuned-Models (GEMBA Prompt)
Collection
6 items • Updated
How to use surrey-nlp/IFT-GEMBA-multilingual-Llama-2-7B 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, "surrey-nlp/IFT-GEMBA-multilingual-Llama-2-7B")This model is a fine-tuned version of meta-llama/Llama-2-7b-chat-hf on the combined_train_gemba dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
meta-llama/Llama-2-7b-chat-hf