Edit model card

Eluwa: A Conversational LoRA for Facebook's OPT Architecture

logo

Eluwa is a fine-tuned Low-Rank Adapter (LoRA) model for Facebook's OPT 1.3b, 2.7b and 6.7b. It is trained on the Stanford Alpaca dataset.

This repository contains the Eluwa 6.7b 2 epoch model, which represents a significant improvements in question-answering ability compared to the default OPT 6.7b model.

Below are the results of Vicuna-style testing: 80 questions in various categories, with the responses rated by GPT-4.

Model OPT 6.7b base Eluwa 6.7b 1000 iter Eluwa 6.7b 2 epoch
Generic 65 74 77
Knowledge 57 89 72
Roleplay 49 70 80
Common sense 67 80 86
Fermi 27 16 26
Counterfactual 30 43 71
Coding 9 9 7
Math 3 3 10
Writing 13 24 10
Total 320 408 439

A csv of questions, answers and GPT's reviews are also included in this repo in the /TestResults/ folder of the Eluwa github repo, along with results from the base models for comparison.

Using Eluwa

I used oobabooga's text generation UI for testing, because it lets me easily regenerate outputs, modify the conversation history passed to the model, and mess with parameters.

To load Eluwa, download OPT 6.7b from Huggingface and download both the .bin and .json file from the /model folder on this Github. Follow the instructions on the text generation UI repository to figure out where the model goes and how to load a LoRA. Eluwa goes in the /loras folder.

Training and notes

Training Eluwa is a straightforward process. It is essentially Facebook's GPT-like OPT 6.7b model, loaded in 8-bit and trained using Stanford's Alapaca dataset.

The training code is available on the Eluwa github repo and will as-is in Google Colab.

Why "Eluwa"?

Well, the whole thing was inspiration from Alpaca, which is a LoRA based on Llama. Others adopted the trend (Cabrita, Vicuna etc). Now, in Sri Lanka, we don't have llamas (at least, I've never seen any), but we do have goats. Goats are spectacular animals. In Ragama I once beheld a goat fighting a pack of stray dogs (and winning). Then it came for me. I hit it on the head with my umbrella, whereupon which it ate the umbrella and chased me the length and breadth of the entire village.

If you can't beat em, join em. "Eluwa" means goat. Goats are fearsome, versatile, and double as the essential ingredient in mutton rolls. Everything in the known universe is either a goat, or not a goat. They're not as nice as llamas or alpacas, but they'll do.

License

Facebook's OPT has its own license. Please read it here. Alpaca is licensed for research use only. The dataset is CC BY NC 4.0 (allowing only non-commercial use) and they note that models trained using the dataset should not be used outside of research purposes.

Eluwa, therefore, is only for research and non-commercial use, under CC BY NC 4.0. Go experiment with it, but don't use it commercially. This applies to the testing dataset.

Downloads last month
0
Unable to determine this model's library. Check the docs .

Dataset used to train BackyardLabs/Eluwa-6.7b