qq67878980
commited on
Commit
•
c5dbf59
1
Parent(s):
34978da
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
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
|
5 |
|
6 |
Installation instructions as mentioned in above repo:
|
7 |
|
@@ -15,4 +15,4 @@ Installation instructions as mentioned in above repo:
|
|
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
|
|
|
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 0 and 65b takes more than 0 GB of RAM.
|
5 |
|
6 |
Installation instructions as mentioned in above repo:
|
7 |
|
|
|
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_Blank dataset and 2,000,000T+ tokens on 50,000+ blank notepad files.
|