mirajanata commited on
Commit
7f041d8
·
verified ·
1 Parent(s): 395f519

Model save

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -1,22 +1,22 @@
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-8B
9
  model-index:
10
- - name: llama3-8b-sft-qlora-re-FT_filter
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
- # llama3-8b-sft-qlora-re-FT_filter
18
 
19
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B](https://huggingface.co/meta-llama/Meta-Llama-3-8B) on an unknown dataset.
20
 
21
  ## Model description
22
 
@@ -39,7 +39,7 @@ The following hyperparameters were used during training:
39
  - train_batch_size: 4
40
  - eval_batch_size: 8
41
  - seed: 42
42
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: constant
44
  - lr_scheduler_warmup_ratio: 0.03
45
  - num_epochs: 2
@@ -51,8 +51,8 @@ The following hyperparameters were used during training:
51
 
52
  ### Framework versions
53
 
54
- - PEFT 0.11.1
55
- - Transformers 4.41.2
56
- - Pytorch 2.3.0+cu121
57
- - Datasets 2.20.0
58
- - Tokenizers 0.19.1
 
1
  ---
2
+ base_model: meta-llama/Llama-3.2-1B-Instruct
3
  library_name: peft
4
+ license: llama3.2
5
  tags:
6
  - trl
7
  - sft
8
  - generated_from_trainer
 
9
  model-index:
10
+ - name: llama3.2-8b-sft-qlora-re-FT_filter
11
  results: []
12
  ---
13
 
14
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
  should probably proofread and complete it, then remove this comment. -->
16
 
17
+ # llama3.2-8b-sft-qlora-re-FT_filter
18
 
19
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) on an unknown dataset.
20
 
21
  ## Model description
22
 
 
39
  - train_batch_size: 4
40
  - eval_batch_size: 8
41
  - seed: 42
42
+ - optimizer: Use adamw_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: constant
44
  - lr_scheduler_warmup_ratio: 0.03
45
  - num_epochs: 2
 
51
 
52
  ### Framework versions
53
 
54
+ - PEFT 0.13.2
55
+ - Transformers 4.46.0
56
+ - Pytorch 2.5.0+cu121
57
+ - Datasets 3.0.2
58
+ - Tokenizers 0.20.1