TehVenom commited on
Commit
c8128cc
·
1 Parent(s): 1433c11

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The LLaMA based Pygmalion-7b model:
2
+
3
+ https://huggingface.co/PygmalionAI/pygmalion-7b
4
+
5
+ Merged alongside Tloen's Alpaca LoRA:
6
+
7
+ https://huggingface.co/tloen/alpaca-lora-7b
8
+
9
+
10
+ This was done to test whether LoRAs trained for other LLaMA fine tunes worked for Pygmalion, and to have it available on inference backends that do not support LoRAs just yet.
11
+
12
+ Treat this as a normal HF Transformers model.