Litzy619 commited on
Commit
18e0ebf
·
verified ·
1 Parent(s): dddb194

End of training

Browse files
README.md ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: yahma/llama-7b-hf
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: V0305O2
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # V0305O2
15
+
16
+ This model is a fine-tuned version of [yahma/llama-7b-hf](https://huggingface.co/yahma/llama-7b-hf) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.1482
19
+
20
+ ## Model description
21
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 0.0003
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 32
42
+ - total_train_batch_size: 128
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: cosine_with_restarts
45
+ - lr_scheduler_warmup_steps: 20
46
+ - num_epochs: 3
47
+ - mixed_precision_training: Native AMP
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:-----:|:----:|:---------------:|
53
+ | 3.7252 | 0.09 | 10 | 0.2911 |
54
+ | 0.1739 | 0.17 | 20 | 0.1561 |
55
+ | 0.1571 | 0.26 | 30 | 0.1529 |
56
+ | 0.1516 | 0.34 | 40 | 0.1509 |
57
+ | 0.1514 | 0.43 | 50 | 0.1507 |
58
+ | 0.1564 | 0.51 | 60 | 0.1511 |
59
+ | 0.1519 | 0.6 | 70 | 0.1509 |
60
+ | 0.1534 | 0.68 | 80 | 0.1493 |
61
+ | 0.1492 | 0.77 | 90 | 0.1490 |
62
+ | 0.1527 | 0.85 | 100 | 0.1498 |
63
+ | 0.1543 | 0.94 | 110 | 0.1491 |
64
+ | 0.1504 | 1.02 | 120 | 0.1506 |
65
+ | 0.1536 | 1.11 | 130 | 0.1498 |
66
+ | 0.1493 | 1.19 | 140 | 0.1504 |
67
+ | 0.1526 | 1.28 | 150 | 0.1492 |
68
+ | 0.1529 | 1.37 | 160 | 0.1500 |
69
+ | 0.1519 | 1.45 | 170 | 0.1490 |
70
+ | 0.1491 | 1.54 | 180 | 0.1495 |
71
+ | 0.1539 | 1.62 | 190 | 0.1491 |
72
+ | 0.153 | 1.71 | 200 | 0.1485 |
73
+ | 0.1514 | 1.79 | 210 | 0.1492 |
74
+ | 0.154 | 1.88 | 220 | 0.1501 |
75
+ | 0.1562 | 1.96 | 230 | 0.1490 |
76
+ | 0.1511 | 2.05 | 240 | 0.1491 |
77
+ | 0.154 | 2.13 | 250 | 0.1484 |
78
+ | 0.1505 | 2.22 | 260 | 0.1489 |
79
+ | 0.1492 | 2.3 | 270 | 0.1488 |
80
+ | 0.1546 | 2.39 | 280 | 0.1478 |
81
+ | 0.1528 | 2.47 | 290 | 0.1476 |
82
+ | 0.1516 | 2.56 | 300 | 0.1479 |
83
+ | 0.1508 | 2.65 | 310 | 0.1482 |
84
+ | 0.1523 | 2.73 | 320 | 0.1482 |
85
+ | 0.1501 | 2.82 | 330 | 0.1483 |
86
+ | 0.1498 | 2.9 | 340 | 0.1483 |
87
+ | 0.151 | 2.99 | 350 | 0.1482 |
88
+
89
+
90
+ ### Framework versions
91
+
92
+ - Transformers 4.36.0.dev0
93
+ - Pytorch 2.1.2+cu121
94
+ - Datasets 2.14.6
95
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adaptive_ratio": 1.0,
3
+ "adaptive_ratio_decay": 1.0,
4
+ "auto_mapping": null,
5
+ "base_model_name_or_path": "yahma/llama-7b-hf",
6
+ "bias": "none",
7
+ "dynamic_adapter_pool": false,
8
+ "enable_lora": null,
9
+ "encoder_hidden_size": 4096,
10
+ "fan_in_fan_out": false,
11
+ "inference_mode": true,
12
+ "input_based_adapter_selection": false,
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "merge_weights": false,
16
+ "modules_to_save": null,
17
+ "num_attention_heads": 32,
18
+ "num_layers": 32,
19
+ "num_prefix_set": 8,
20
+ "num_transformer_submodules": 1,
21
+ "num_virtual_tokens": 30,
22
+ "number_of_adapter_pre_layer": 8,
23
+ "ot_diversified_dispatcher": false,
24
+ "peft_type": "PREFIX_MA_LORA",
25
+ "pool_selective_inference": true,
26
+ "pool_selective_training": true,
27
+ "prefix_projection": false,
28
+ "r": 16,
29
+ "selective_num": 8,
30
+ "target_modules": [
31
+ "q_proj",
32
+ "v_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "token_dim": 4096
36
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b75d0057d72b1e3433ef6beb5157a1bb8da53ad31529480e7897e2c1d0c5d856
3
+ size 529030932
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e251bcd74497c585d48f5fcc1ee596607a78b6d4e4137c201d6ef5cd03f763
3
+ size 14005653016
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<unk>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
3
+ size 499723
tokenizer_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "clean_up_tokenization_spaces": false,
32
+ "eos_token": "</s>",
33
+ "legacy": true,
34
+ "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": "<unk>",
36
+ "sp_model_kwargs": {},
37
+ "spaces_between_special_tokens": false,
38
+ "tokenizer_class": "LlamaTokenizer",
39
+ "unk_token": "<unk>",
40
+ "use_default_system_prompt": false
41
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067afc542d5a09d7ca6f4009c5a969a768164b78d9d3c48ae2c490b6cc1809b4
3
+ size 5240