thorirhrafn commited on
Commit
a66c380
·
verified ·
1 Parent(s): 4b84b0d

End of training

Browse files
README.md CHANGED
@@ -1,7 +1,8 @@
1
  ---
2
- base_model: meta-llama/Llama-2-7b-hf
3
  tags:
4
  - generated_from_trainer
 
5
  model-index:
6
  - name: llama_test
7
  results: []
@@ -12,9 +13,9 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # llama_test
14
 
15
- This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 3.0042
18
 
19
  ## Model description
20
 
@@ -33,25 +34,25 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 1e-05
37
- - train_batch_size: 16
38
- - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
- - lr_scheduler_type: linear
42
  - training_steps: 1000
43
 
44
  ### Training results
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | 2.9914 | 0.1 | 500 | 3.0161 |
49
- | 2.9937 | 0.2 | 1000 | 3.0042 |
50
 
51
 
52
  ### Framework versions
53
 
54
- - Transformers 4.34.1
55
- - Pytorch 1.12.1+cu113
56
- - Datasets 2.14.5
57
- - Tokenizers 0.14.1
 
 
1
  ---
2
+ library_name: peft
3
  tags:
4
  - generated_from_trainer
5
+ base_model: meta-llama/Llama-2-7b-hf
6
  model-index:
7
  - name: llama_test
8
  results: []
 
13
 
14
  # llama_test
15
 
16
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 3.0538
19
 
20
  ## Model description
21
 
 
34
  ### Training hyperparameters
35
 
36
  The following hyperparameters were used during training:
37
+ - learning_rate: 2e-05
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 4
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: cosine
43
  - training_steps: 1000
44
 
45
  ### Training results
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
+ | 3.0546 | 0.05 | 1000 | 3.0538 |
 
50
 
51
 
52
  ### Framework versions
53
 
54
+ - PEFT 0.8.2
55
+ - Transformers 4.38.1
56
+ - Pytorch 2.2.0+cu118
57
+ - Datasets 2.17.1
58
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 32,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "v_proj"
24
+ ],
25
+ "task_type": "CAUSAL_LM",
26
+ "use_rslora": false
27
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3286bf77bc7155cee4c5c18fca766a27cb2105d12145d8dda1107802e5bbdbba
3
+ size 33571752
runs/Feb26_19-48-12_gpu-3/events.out.tfevents.1708976895.gpu-3.343680.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:666f554cf16ba97d778cba0ec2327ca83faed920d968f56c2546eb63eed85dd8
3
+ size 13659
runs/Feb26_19-48-12_gpu-3/events.out.tfevents.1708977350.gpu-3.343680.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa1e3d5163193f1bb73e17b0d1eddac8275fbde84e91f1f0480d88c147f85ec2
3
+ size 359
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c162a7e009b92741066720b77bec62310129e7f87b7b0cfa743ce7c569fc658
3
- size 4015
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d142d93be53d026558969b0bb732d7e1fe3ac978f55e4493044cc9fa5a4b3b9
3
+ size 4920