Rajadurai commited on
Commit
87a7de2
1 Parent(s): bf517c9

End of training

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: NousResearch/Llama-2-7b-hf
3
+ tags:
4
+ - trl
5
+ - sft
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: llama2-docsum-adapter
9
+ results: []
10
+ library_name: peft
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # llama2-docsum-adapter
17
+
18
+ This model is a fine-tuned version of [NousResearch/Llama-2-7b-hf](https://huggingface.co/NousResearch/Llama-2-7b-hf) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1430
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+
37
+ The following `bitsandbytes` quantization config was used during training:
38
+ - quant_method: bitsandbytes
39
+ - _load_in_8bit: False
40
+ - _load_in_4bit: True
41
+ - llm_int8_threshold: 6.0
42
+ - llm_int8_skip_modules: None
43
+ - llm_int8_enable_fp32_cpu_offload: False
44
+ - llm_int8_has_fp16_weight: False
45
+ - bnb_4bit_quant_type: nf4
46
+ - bnb_4bit_use_double_quant: True
47
+ - bnb_4bit_compute_dtype: bfloat16
48
+ - bnb_4bit_quant_storage: uint8
49
+ - load_in_4bit: True
50
+ - load_in_8bit: False
51
+ ### Training hyperparameters
52
+
53
+ The following hyperparameters were used during training:
54
+ - learning_rate: 0.0001
55
+ - train_batch_size: 4
56
+ - eval_batch_size: 8
57
+ - seed: 42
58
+ - gradient_accumulation_steps: 4
59
+ - total_train_batch_size: 16
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: cosine
62
+ - lr_scheduler_warmup_ratio: 0.05
63
+ - num_epochs: 35
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss |
69
+ |:-------------:|:-----:|:----:|:---------------:|
70
+ | 0.0557 | 5.0 | 7 | 0.1344 |
71
+ | 0.016 | 9.33 | 14 | 0.1488 |
72
+ | 0.0266 | 14.0 | 21 | 0.1437 |
73
+ | 0.0291 | 18.67 | 28 | 0.1426 |
74
+ | 0.0112 | 23.0 | 35 | 0.1430 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - PEFT 0.4.0
80
+ - Transformers 4.39.2
81
+ - Pytorch 2.2.1+cu121
82
+ - Datasets 2.18.0
83
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "NousResearch/Llama-2-7b-hf",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 64,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 16,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "k_proj",
19
+ "v_proj",
20
+ "o_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c983665138534d74956db52f20c4e22b6bfd8c8c435005ff383500ca855f8ef
3
+ size 67143296
runs/Mar31_10-44-16_6472f301c362/events.out.tfevents.1711881857.6472f301c362.18704.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c07909cb4a46a6fb13e0bae9832d823fa2bddcc422e9a09eba17de6fb11ca79
3
+ size 8905
runs/Mar31_10-45-09_6472f301c362/events.out.tfevents.1711881911.6472f301c362.18704.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:649d2dad95f09e265786dabe2ec5edc90ab135f3081cc9121af0ffb56151bae8
3
+ size 12010
runs/Mar31_10-56-05_6472f301c362/events.out.tfevents.1711882565.6472f301c362.18704.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dd4649c78aaba8be44d7130a83fd4d5c213715f206b66f70aae7b619c996972
3
+ size 14080
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<unk>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
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,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "max_length": 1024,
35
+ "model_max_length": 1000000000000000019884624838656,
36
+ "pad_token": "</s>",
37
+ "sp_model_kwargs": {},
38
+ "stride": 0,
39
+ "tokenizer_class": "LlamaTokenizer",
40
+ "truncation_side": "right",
41
+ "truncation_strategy": "longest_first",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": false
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2268d81d0626489b4f3845ee166c3485de86296a741a1afb36ded0dbea9e9a73
3
+ size 4920