juliensimon commited on
Commit
02bc9f2
1 Parent(s): cd7db8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -9,8 +9,11 @@ datasets:
9
  ---
10
 
11
  This model was fine-tuned following the instructions in https://huggingface.co/blog/llama2#fine-tuning-with-peft.
12
- I used a g5.xlarge instance on AWS (1xA10G GPU), with the Deep Learning AMI for PyTorch.
13
- Training time was about 10 hours. The full log is included.
 
 
 
14
 
15
  ## Training procedure
16
 
 
9
  ---
10
 
11
  This model was fine-tuned following the instructions in https://huggingface.co/blog/llama2#fine-tuning-with-peft.
12
+
13
+ I used a Amazon EC2 g5.xlarge instance (1xA10G GPU), with the Deep Learning AMI for PyTorch.
14
+ Training time was about 10 hours. On-demand price is about $10, which can easily be reduce to about $3 with EC2 Spot Instances.
15
+
16
+ The full log is included.
17
 
18
  ## Training procedure
19