clayshoaf commited on
Commit
26acd79
1 Parent(s): de1b021

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: gpl-3.0
 
 
3
  ---
 
 
 
 
 
 
1
  ---
2
  license: gpl-3.0
3
+ language:
4
+ - en
5
  ---
6
+ These are just a couple of LoRAs you can use with 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.