How to use from the
Use from the
PEFT library
from peft import PeftModel
from transformers import AutoModelForCausalLM

base_model = AutoModelForCausalLM.from_pretrained("dice-research/lola_v1")
model = PeftModel.from_pretrained(base_model, "dice-research/lola_instructions_lora")

Adapter Details

This LoRA is for dice-research/lola_v1 model. It enables the LOLA model to respond to multilingual instructions given in the alpaca (no input) format.

Example format:

Below is an instruction that describes a task. Write a response that appropriately completes the request.

### Instruction:
Give tips on staying healthy.

### Response:

The adapter is trained on CohereLabs/aya_dataset for 2 epochs.

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for dice-research/lola_instructions_lora

Adapter
(1)
this model