Mel-Iza0 commited on
Commit
782b5d1
1 Parent(s): 5afb186

Training in progress, epoch 6, checkpoint

Browse files
checkpoint-135/README.md ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: False
10
+ - load_in_4bit: True
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: nf4
16
+ - bnb_4bit_use_double_quant: True
17
+ - bnb_4bit_compute_dtype: bfloat16
18
+
19
+ The following `bitsandbytes` quantization config was used during training:
20
+ - quant_method: bitsandbytes
21
+ - load_in_8bit: False
22
+ - load_in_4bit: True
23
+ - llm_int8_threshold: 6.0
24
+ - llm_int8_skip_modules: None
25
+ - llm_int8_enable_fp32_cpu_offload: False
26
+ - llm_int8_has_fp16_weight: False
27
+ - bnb_4bit_quant_type: nf4
28
+ - bnb_4bit_use_double_quant: True
29
+ - bnb_4bit_compute_dtype: bfloat16
30
+ ### Framework versions
31
+
32
+ - PEFT 0.4.0
33
+
34
+ - PEFT 0.4.0
checkpoint-135/adapter_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
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
+ "k_proj",
19
+ "v_projo_proj"
20
+ ],
21
+ "task_type": "CAUSAL_LM"
22
+ }
checkpoint-135/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b991ac612e2b06d3ec733a95e6cb74ec409456dc6dc3d6127bf987d10376c53b
3
+ size 13677261
checkpoint-135/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72bbd755926449c979e32851913684c1861473e3b67af824c29cd43ee5662a5a
3
+ size 13648432
checkpoint-135/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e64311589b461466a16597b48a418cca7ac685c55d23514bfca7ebcc94d6be0
3
+ size 27370181
checkpoint-135/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c99663b6460d9d3abb979490426f2e32cde7d3b69ade5b242f20b52fb51197cc
3
+ size 14575
checkpoint-135/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea07f09e98520bdfac4ca0d5bb0ed7f1f37132f7c7a985b694804bad22848614
3
+ size 627
checkpoint-135/special_tokens_map.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<unk>",
4
+ "<s>",
5
+ "</s>"
6
+ ],
7
+ "bos_token": "<s>",
8
+ "eos_token": "</s>",
9
+ "pad_token": "</s>",
10
+ "unk_token": "<unk>"
11
+ }
checkpoint-135/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-135/tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<s>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ }
27
+ },
28
+ "additional_special_tokens": [
29
+ "<unk>",
30
+ "<s>",
31
+ "</s>"
32
+ ],
33
+ "bos_token": "<s>",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": true,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "pad_token": "</s>",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": true
44
+ }
checkpoint-135/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 1.0401246547698975,
3
+ "best_model_checkpoint": "./Mistral/04-12-23-mistralai-Mistral-7B-v0.1_teste-multilang-dataset-3.0.3-portuguese-2_epochs-10_batch_2/checkpoints/checkpoint-67",
4
+ "epoch": 6.0,
5
+ "eval_steps": 500,
6
+ "global_step": 135,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.98,
13
+ "eval_loss": 1.666649580001831,
14
+ "eval_runtime": 0.5837,
15
+ "eval_samples_per_second": 17.132,
16
+ "eval_steps_per_second": 3.426,
17
+ "step": 22
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "eval_loss": 1.125360131263733,
22
+ "eval_runtime": 0.5844,
23
+ "eval_samples_per_second": 17.112,
24
+ "eval_steps_per_second": 3.422,
25
+ "step": 45
26
+ },
27
+ {
28
+ "epoch": 2.98,
29
+ "eval_loss": 1.0401246547698975,
30
+ "eval_runtime": 0.5839,
31
+ "eval_samples_per_second": 17.127,
32
+ "eval_steps_per_second": 3.425,
33
+ "step": 67
34
+ },
35
+ {
36
+ "epoch": 4.0,
37
+ "eval_loss": 1.064213514328003,
38
+ "eval_runtime": 0.5866,
39
+ "eval_samples_per_second": 17.049,
40
+ "eval_steps_per_second": 3.41,
41
+ "step": 90
42
+ },
43
+ {
44
+ "epoch": 4.98,
45
+ "eval_loss": 1.0575947761535645,
46
+ "eval_runtime": 0.5832,
47
+ "eval_samples_per_second": 17.146,
48
+ "eval_steps_per_second": 3.429,
49
+ "step": 112
50
+ },
51
+ {
52
+ "epoch": 6.0,
53
+ "eval_loss": 1.145155906677246,
54
+ "eval_runtime": 0.5836,
55
+ "eval_samples_per_second": 17.136,
56
+ "eval_steps_per_second": 3.427,
57
+ "step": 135
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 220,
62
+ "num_train_epochs": 10,
63
+ "save_steps": 500,
64
+ "total_flos": 7516809583804416.0,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
checkpoint-135/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a18da895b74ce34bf1ff540f6210d20d6f96a6588878f580fbe1198c0fd6a5
3
+ size 4411