KushwanthK commited on
Commit
dd00f90
1 Parent(s): 1931238

YOUR HUGGINGFACE LOCATION HERE

Browse files
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - trl
5
+ - sft
6
+ - generated_from_trainer
7
+ base_model: NousResearch/Llama-2-7b-hf
8
+ datasets:
9
+ - generator
10
+ model-index:
11
+ - name: llama2_instruct_generation
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # llama2_instruct_generation
19
+
20
+ This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the generator dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.6728
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 0.0002
42
+ - train_batch_size: 4
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
+ - lr_scheduler_type: constant
47
+ - lr_scheduler_warmup_steps: 0.03
48
+ - training_steps: 500
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.8965 | 0.0027 | 20 | 1.8107 |
55
+ | 1.8264 | 0.0054 | 40 | 1.7808 |
56
+ | 1.9263 | 0.0081 | 60 | 1.7669 |
57
+ | 1.8825 | 0.0108 | 80 | 1.7538 |
58
+ | 1.8391 | 0.0135 | 100 | 1.7324 |
59
+ | 1.8253 | 0.0163 | 120 | 1.7068 |
60
+ | 1.9297 | 0.0190 | 140 | 1.7029 |
61
+ | 1.8338 | 0.0217 | 160 | 1.6985 |
62
+ | 1.7641 | 0.0244 | 180 | 1.6939 |
63
+ | 1.7714 | 0.0271 | 200 | 1.6916 |
64
+ | 1.715 | 0.0298 | 220 | 1.6886 |
65
+ | 1.7786 | 0.0325 | 240 | 1.6866 |
66
+ | 1.716 | 0.0352 | 260 | 1.6860 |
67
+ | 1.899 | 0.0379 | 280 | 1.6857 |
68
+ | 1.8455 | 0.0406 | 300 | 1.6851 |
69
+ | 1.6802 | 0.0433 | 320 | 1.6836 |
70
+ | 1.7304 | 0.0461 | 340 | 1.6818 |
71
+ | 1.8154 | 0.0488 | 360 | 1.6793 |
72
+ | 1.8813 | 0.0515 | 380 | 1.6793 |
73
+ | 1.8423 | 0.0542 | 400 | 1.6789 |
74
+ | 1.7785 | 0.0569 | 420 | 1.6767 |
75
+ | 1.8999 | 0.0596 | 440 | 1.6763 |
76
+ | 1.7594 | 0.0623 | 460 | 1.6752 |
77
+ | 1.7182 | 0.0650 | 480 | 1.6745 |
78
+ | 1.8259 | 0.0677 | 500 | 1.6728 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - PEFT 0.11.1
84
+ - Transformers 4.41.1
85
+ - Pytorch 2.3.0+cu121
86
+ - Datasets 2.19.1
87
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "NousResearch/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.1,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 64,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
+ ],
26
+ "task_type": "CAUSAL_LM",
27
+ "use_dora": false,
28
+ "use_rslora": false
29
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9f370ac89d10595863a5c400d1d0908fba7e5b0eb2cf28899b21e42240fe6e8
3
+ size 134235048
runs/May25_07-30-58_dbfb89ea8e86/events.out.tfevents.1716622304.dbfb89ea8e86.228.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7433d7c1ba28dc8f400eccabf1bfe3ecd3483b6b7370e541e4a1689357dd3992
3
+ size 23009
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
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": false,
34
+ "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": "</s>",
36
+ "sp_model_kwargs": {},
37
+ "tokenizer_class": "LlamaTokenizer",
38
+ "unk_token": "<unk>",
39
+ "use_default_system_prompt": false
40
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9729252d69e539597846b28b2bcbfe46fb8a4076e2281895ec7b56841118c91b
3
+ size 5112