beamaia commited on
Commit
9fe6777
1 Parent(s): e101fb9

Training in progress, epoch 2

Browse files
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc4795225c78aa16f43da67a25351858aa53a60e20d4db2258e8ff9f51649397
3
  size 26235704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0fdd0246e28dcc288595f1c8554ffca9e7cd45cca9a505297f6741f234581d
3
  size 26235704
checkpoint-10159/README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: bfloat16
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.4.0
checkpoint-10159/adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "NousResearch/Nous-Hermes-Llama2-13b",
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": 16,
11
+ "lora_dropout": 0.1,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 8,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "v_proj"
19
+ ],
20
+ "task_type": "CAUSAL_LM"
21
+ }
checkpoint-10159/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d0fdd0246e28dcc288595f1c8554ffca9e7cd45cca9a505297f6741f234581d
3
+ size 26235704
checkpoint-10159/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2448140ca33c8b053fc4b18e424248206c18141e5b2d47ecd5a41ec9341ff24b
3
+ size 52562821
checkpoint-10159/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43dad6d0c9937215540f067b77f6347c85c47db32863a5edf2c67432c21e76ea
3
+ size 14575
checkpoint-10159/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:561b4f7d15722536516eb958de38a78ef8c31d0dd4875a02fdf194e8fa92d380
3
+ size 627
checkpoint-10159/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": "<unk>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-10159/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-10159/tokenizer_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "__type": "AddedToken",
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": true,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "clean_up_tokenization_spaces": false,
11
+ "eos_token": {
12
+ "__type": "AddedToken",
13
+ "content": "</s>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false
18
+ },
19
+ "legacy": false,
20
+ "model_max_length": 1000000000000000019884624838656,
21
+ "pad_token": null,
22
+ "sp_model_kwargs": {},
23
+ "tokenizer_class": "LlamaTokenizer",
24
+ "unk_token": {
25
+ "__type": "AddedToken",
26
+ "content": "<unk>",
27
+ "lstrip": false,
28
+ "normalized": true,
29
+ "rstrip": false,
30
+ "single_word": false
31
+ }
32
+ }
checkpoint-10159/trainer_state.json ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7562845945358276,
3
+ "best_model_checkpoint": "./Zeroshot/01-12-23-NousResearch-Nous-Hermes-Llama2-13b_multilang-dataset-3.0.3-portuguese-2_epochs-10_batch_2/checkpoints/checkpoint-10159",
4
+ "epoch": 2.999852354938727,
5
+ "global_step": 10159,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.15,
12
+ "learning_rate": 5.8948611931482576e-05,
13
+ "loss": 1.3183,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 0.3,
18
+ "learning_rate": 0.00011801535735380982,
19
+ "loss": 0.9343,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 0.44,
24
+ "learning_rate": 0.00017708210277613703,
25
+ "loss": 0.9005,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 0.59,
30
+ "learning_rate": 0.00023614884819846425,
31
+ "loss": 0.8859,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 0.74,
36
+ "learning_rate": 0.0002952155936207915,
37
+ "loss": 0.8707,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 0.89,
42
+ "learning_rate": 0.00035416420555227406,
43
+ "loss": 0.8523,
44
+ "step": 3000
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_loss": 0.8459745645523071,
49
+ "eval_runtime": 133.0397,
50
+ "eval_samples_per_second": 11.32,
51
+ "eval_steps_per_second": 1.421,
52
+ "step": 3386
53
+ },
54
+ {
55
+ "epoch": 1.03,
56
+ "learning_rate": 0.00039998666871418663,
57
+ "loss": 0.8395,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 1.18,
62
+ "learning_rate": 0.00039960207649127196,
63
+ "loss": 0.8052,
64
+ "step": 4000
65
+ },
66
+ {
67
+ "epoch": 1.33,
68
+ "learning_rate": 0.0003986872720605752,
69
+ "loss": 0.8036,
70
+ "step": 4500
71
+ },
72
+ {
73
+ "epoch": 1.48,
74
+ "learning_rate": 0.00039724468545932536,
75
+ "loss": 0.7902,
76
+ "step": 5000
77
+ },
78
+ {
79
+ "epoch": 1.62,
80
+ "learning_rate": 0.0003952781486968895,
81
+ "loss": 0.7818,
82
+ "step": 5500
83
+ },
84
+ {
85
+ "epoch": 1.77,
86
+ "learning_rate": 0.00039279288557562877,
87
+ "loss": 0.7834,
88
+ "step": 6000
89
+ },
90
+ {
91
+ "epoch": 1.92,
92
+ "learning_rate": 0.0003897954978146717,
93
+ "loss": 0.7686,
94
+ "step": 6500
95
+ },
96
+ {
97
+ "epoch": 2.0,
98
+ "eval_loss": 0.7881951332092285,
99
+ "eval_runtime": 132.7462,
100
+ "eval_samples_per_second": 11.345,
101
+ "eval_steps_per_second": 1.424,
102
+ "step": 6773
103
+ },
104
+ {
105
+ "epoch": 2.07,
106
+ "learning_rate": 0.0003862939475134625,
107
+ "loss": 0.7371,
108
+ "step": 7000
109
+ },
110
+ {
111
+ "epoch": 2.21,
112
+ "learning_rate": 0.00038230601585633047,
113
+ "loss": 0.6893,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 2.36,
118
+ "learning_rate": 0.0003778263160223725,
119
+ "loss": 0.6936,
120
+ "step": 8000
121
+ },
122
+ {
123
+ "epoch": 2.51,
124
+ "learning_rate": 0.00037287424793815686,
125
+ "loss": 0.6923,
126
+ "step": 8500
127
+ },
128
+ {
129
+ "epoch": 2.66,
130
+ "learning_rate": 0.0003674629660106825,
131
+ "loss": 0.6862,
132
+ "step": 9000
133
+ },
134
+ {
135
+ "epoch": 2.81,
136
+ "learning_rate": 0.00036160684447787385,
137
+ "loss": 0.6869,
138
+ "step": 9500
139
+ },
140
+ {
141
+ "epoch": 2.95,
142
+ "learning_rate": 0.0003553214392256293,
143
+ "loss": 0.6856,
144
+ "step": 10000
145
+ },
146
+ {
147
+ "epoch": 3.0,
148
+ "eval_loss": 0.7562845945358276,
149
+ "eval_runtime": 132.7178,
150
+ "eval_samples_per_second": 11.347,
151
+ "eval_steps_per_second": 1.424,
152
+ "step": 10159
153
+ }
154
+ ],
155
+ "max_steps": 33860,
156
+ "num_train_epochs": 10,
157
+ "total_flos": 4.52869206317568e+17,
158
+ "trial_name": null,
159
+ "trial_params": null
160
+ }
checkpoint-10159/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb2200feb70e8262514df4fd89c2cc8501a63e46178c2943084ed504f58b222
3
+ size 4283
checkpoint-6773/README.md CHANGED
@@ -4,6 +4,17 @@ library_name: peft
4
  ## Training procedure
5
 
6
 
 
 
 
 
 
 
 
 
 
 
 
7
  The following `bitsandbytes` quantization config was used during training:
8
  - load_in_8bit: False
9
  - load_in_4bit: True
@@ -16,5 +27,6 @@ The following `bitsandbytes` quantization config was used during training:
16
  - bnb_4bit_compute_dtype: bfloat16
17
  ### Framework versions
18
 
 
19
 
20
  - PEFT 0.4.0
 
4
  ## Training procedure
5
 
6
 
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: False
9
+ - load_in_4bit: True
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: nf4
15
+ - bnb_4bit_use_double_quant: True
16
+ - bnb_4bit_compute_dtype: bfloat16
17
+
18
  The following `bitsandbytes` quantization config was used during training:
19
  - load_in_8bit: False
20
  - load_in_4bit: True
 
27
  - bnb_4bit_compute_dtype: bfloat16
28
  ### Framework versions
29
 
30
+ - PEFT 0.4.0
31
 
32
  - PEFT 0.4.0
checkpoint-6773/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:838944a5b86a3272e4404377409a27a6e121a7cb84b1c8c92ee6f7b274d25d0b
3
+ size 26271757
runs/Dec01_03-27-22_baa8ebef2c59/events.out.tfevents.1701401247.baa8ebef2c59.118280.1 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:067cd0f765a05961bd8cc4b403b299e9e3c338d16c262856548f176f50eb0d3b
3
- size 7347
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7cbd0a207e5cc79630f3cdbff61d1aab7253cc7ec69da28ac03d990c97e154
3
+ size 8717