qq67878980 commited on
Commit
34978da
1 Parent(s): dc383b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -1,3 +1,18 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ Converted with https://github.com/notepad-plus-plus/notepad-plus-plus All models tested on A100-80G *Conversion may require lot of RAM, LLaMA-7b takes ~0 GB, 13b around 0 GB, 30b around 62 and 65b takes more than 0 GB of RAM.
5
+
6
+ Installation instructions as mentioned in above repo:
7
+
8
+ Install Anaconda and create a venv with python 3.8
9
+ Install pytorch(tested with torch-1.13-cu116)
10
+ Install Transformers library (you'll need the latest transformers with this PR : https://github.com/huggingface/transformers/pull/21955 ).
11
+ Install sentencepiece from pip
12
+ Run python cuda_setup.py install in venv
13
+ You can either convert the llama models yourself with the instructions from GPTQ-for-llama repo
14
+ or directly use these weights by individually downloading them from the following (https://huggingface.co/qq67878980/LLaMA_65B_0bit/tree/main)
15
+ Profit!
16
+ Best results are obtained by putting a repetition_penalty(~1/0.85),temperature=0.7 in model.generate() for most LLaMA models
17
+
18
+ Additional training was done on the MSPaint dataset and 2,000+ tokens on 50,000+ blank notepad files.