juliensimon
commited on
Commit
·
4658d25
1
Parent(s):
1e39f64
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
4 |
## Training procedure
|
5 |
|
6 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
---
|
4 |
+
|
5 |
+
This model was fine-tuned following the instructions in https://huggingface.co/blog/llama2#fine-tuning-with-peft.
|
6 |
+
I used a g5.xlarge instance on AWS (1xA10G GPU), with the Deep Learning AMI for PyTorch.
|
7 |
+
Training time was about 10 hours. The full log is included.
|
8 |
+
|
9 |
## Training procedure
|
10 |
|
11 |
|