Mel-Iza0 commited on
Commit
ff078fe
1 Parent(s): c76d593

Training in progress, epoch 2, checkpoint

Browse files
checkpoint-67/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-67/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-67/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c350dbecf0f4d76860737c91f2aaf36d9b6deb3b1e4a7113db8d500065380566
3
+ size 13677261
checkpoint-67/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57b02944180eaa7ced19b592931fc173c4f88f18048d39aac57a6f7a89cec2c
3
+ size 13648432
checkpoint-67/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4899ba1698bb6257238724da29c1a740f233c2f086cf47f070111196d95d3837
3
+ size 27370181
checkpoint-67/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f82c580887344a84f189778c51264fd7915067bf53f8f818a00fa776af0e329d
3
+ size 14575
checkpoint-67/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbb7d9a218b615de0c86c316258e5d1c71acd25cd56e7ec584a507d116686cff
3
+ size 627
checkpoint-67/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-67/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-67/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-67/trainer_state.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 2.977777777777778,
5
+ "eval_steps": 500,
6
+ "global_step": 67,
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
+ "logging_steps": 500,
37
+ "max_steps": 220,
38
+ "num_train_epochs": 10,
39
+ "save_steps": 500,
40
+ "total_flos": 3741459082002432.0,
41
+ "trial_name": null,
42
+ "trial_params": null
43
+ }
checkpoint-67/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a18da895b74ce34bf1ff540f6210d20d6f96a6588878f580fbe1198c0fd6a5
3
+ size 4411