clayshoaf commited on
Commit
32c502e
1 Parent(s): ef2115e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -3,8 +3,10 @@ license: gpl-3.0
3
  language:
4
  - en
5
  ---
6
- These are just a couple of LoRAs you can use with [LLaMA-7B-4bit-128g](https://huggingface.co/Neko-Institute-of-Science/LLaMA-7B-4bit-128g) to make sure that 4bit LoRAs are loading the way you expect them to.
 
 
7
 
8
- These models do what is on the label `AAAAAAA` will almost always ouput nothing but a stream of the letter "A". `BBBBBBB` will do the same for "B".
9
 
10
- I decided to make these because it was frustrating trying to figure out whether models were actually loading the way I expected them to. You could obviously set your parameters and seed to the same thing and do a couple generations to test, but this is a lot easier to see.
 
3
  language:
4
  - en
5
  ---
6
+ These are some LoRAs you can use to make sure that LoRAs are loading the way you expect them to.
7
+ `AAAAAAA` and `BBBBBBB` can be used with with [Neko-Institute-of-Science/LLaMA-7B-4bit-128g](https://huggingface.co/Neko-Institute-of-Science/LLaMA-7B-4bit-128g)
8
+ `8bit_AAAAAAA` and `8bit_BBBBBBB` can be used with [decapoda-research/llama-7b-hf](https://huggingface.co/decapoda-research/llama-7b-hf)
9
 
10
+ These models do what is on the label `AAAAAAA` will almost always ouput a stream of the letter "A". `BBBBBBB` will do the same for "B".
11
 
12
+ I decided to make these because it was frustrating trying to figure out whether models were actually loading the way I expected them to. You could, instead, set your parameters and seed to the same thing and do a couple generation tests, with and without LoRA, and look for differences, but this is a lot easier to see at a glance.