English
Yudhanjaya commited on
Commit
b03b872
·
1 Parent(s): 252f443

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -31,19 +31,18 @@ Below are the results of Vicuna-style testing: 80 questions in various categorie
31
 
32
  Within the bounds of our testing, it was, in fact, suprisingly good, exceeding its 2.7b cousin.
33
 
34
- A csv of questions, answers and GPT's reviews are also included in this repo in the /TestResults/ folder, along with the base model for comparison.
35
 
36
  ## Using Eluwa
37
 
38
  I used [oobabooga's text generation UI](https://github.com/oobabooga/text-generation-webui) for testing, because it lets me easily regenerate outputs, modify the conversation history passed to the model, and mess with parameters.
39
 
40
- To load Eluwa, download [OPT 6.7b from Huggingface](https://huggingface.co/facebook/opt-6.7b) 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.
41
 
42
  ## Training and notes
43
 
44
  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](https://github.com/tatsu-lab/stanford_alpaca).
45
- Use the [Colab notebook here](https://huggingface.co/BackyardLabs/Eluwa/blob/main/Train_eluwa.ipynb). I've written notes in there on what the functions do.
46
-
47
 
48
  ## Why "Eluwa"?
49
 
 
31
 
32
  Within the bounds of our testing, it was, in fact, suprisingly good, exceeding its 2.7b cousin.
33
 
34
+ A csv of questions, answers and GPT's reviews are also included in this repo in the /TestResults/ folder of the [Eluwa github repo](https://github.com/yudhanjaya/Eluwa), along with the base model for comparison.
35
 
36
  ## Using Eluwa
37
 
38
  I used [oobabooga's text generation UI](https://github.com/oobabooga/text-generation-webui) for testing, because it lets me easily regenerate outputs, modify the conversation history passed to the model, and mess with parameters.
39
 
40
+ To load Eluwa, download [OPT 1.3b from Huggingface](https://huggingface.co/facebook/opt-1.3b) 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.
41
 
42
  ## Training and notes
43
 
44
  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](https://github.com/tatsu-lab/stanford_alpaca).
45
+ The training code is available on the [Eluwa github repo](https://github.com/yudhanjaya/Eluwa) and will as-is in Google Colab.
 
46
 
47
  ## Why "Eluwa"?
48