Update README.md
Browse files
README.md
CHANGED
@@ -3,8 +3,10 @@ license: gpl-3.0
|
|
3 |
language:
|
4 |
- en
|
5 |
---
|
6 |
-
These are
|
|
|
|
|
7 |
|
8 |
-
These models do what is on the label `AAAAAAA` will almost always ouput
|
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
|
|
|
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.
|