philschmid HF staff commited on
Commit
728146d
1 Parent(s): e063363

Model save

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: meta-llama/Meta-Llama-3-70b
9
+ datasets:
10
+ - generator
11
+ model-index:
12
+ - name: llama3-fsdp-qlora
13
+ results: []
14
+ ---
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ # llama3-fsdp-qlora
20
+
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-70b](https://huggingface.co/meta-llama/Meta-Llama-3-70b) on the generator dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 1.6181
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 0.0002
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 1
45
+ - seed: 42
46
+ - distributed_type: multi-GPU
47
+ - num_devices: 8
48
+ - gradient_accumulation_steps: 2
49
+ - total_train_batch_size: 128
50
+ - total_eval_batch_size: 8
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: constant
53
+ - lr_scheduler_warmup_ratio: 0.03
54
+ - num_epochs: 3
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss |
59
+ |:-------------:|:------:|:----:|:---------------:|
60
+ | 1.6242 | 0.9892 | 46 | 1.6281 |
61
+ | 1.5831 | 2.0 | 93 | 1.6165 |
62
+ | 1.5587 | 2.9677 | 138 | 1.6181 |
63
+
64
+
65
+ ### Framework versions
66
+
67
+ - PEFT 0.10.0
68
+ - Transformers 4.40.0
69
+ - Pytorch 2.1.0
70
+ - Datasets 2.18.0
71
+ - Tokenizers 0.19.1