SaiedAlshahrani commited on
Commit
cb58da4
1 Parent(s): c1be893

Upload files manually

Browse files
Files changed (38) hide show
  1. README.md +54 -0
  2. adapter_config.json +23 -0
  3. adapter_model.bin +3 -0
  4. checkpoint-1760/README.md +34 -0
  5. checkpoint-1760/adapter_config.json +23 -0
  6. checkpoint-1760/adapter_model.bin +3 -0
  7. checkpoint-1760/optimizer.pt +3 -0
  8. checkpoint-1760/rng_state.pth +3 -0
  9. checkpoint-1760/scheduler.pt +3 -0
  10. checkpoint-1760/special_tokens_map.json +6 -0
  11. checkpoint-1760/tokenizer.json +3 -0
  12. checkpoint-1760/tokenizer_config.json +11 -0
  13. checkpoint-1760/trainer_state.json +67 -0
  14. checkpoint-1760/training_args.bin +3 -0
  15. checkpoint-1980/README.md +34 -0
  16. checkpoint-1980/adapter_config.json +23 -0
  17. checkpoint-1980/adapter_model.bin +3 -0
  18. checkpoint-1980/optimizer.pt +3 -0
  19. checkpoint-1980/rng_state.pth +3 -0
  20. checkpoint-1980/scheduler.pt +3 -0
  21. checkpoint-1980/special_tokens_map.json +6 -0
  22. checkpoint-1980/tokenizer.json +3 -0
  23. checkpoint-1980/tokenizer_config.json +11 -0
  24. checkpoint-1980/trainer_state.json +73 -0
  25. checkpoint-1980/training_args.bin +3 -0
  26. checkpoint-2200/README.md +34 -0
  27. checkpoint-2200/adapter_config.json +23 -0
  28. checkpoint-2200/adapter_model.bin +3 -0
  29. checkpoint-2200/optimizer.pt +3 -0
  30. checkpoint-2200/rng_state.pth +3 -0
  31. checkpoint-2200/scheduler.pt +3 -0
  32. checkpoint-2200/special_tokens_map.json +6 -0
  33. checkpoint-2200/tokenizer.json +3 -0
  34. checkpoint-2200/tokenizer_config.json +11 -0
  35. checkpoint-2200/trainer_state.json +79 -0
  36. checkpoint-2200/training_args.bin +3 -0
  37. runs/Sep06_17-05-26_nsvpph1i44/events.out.tfevents.1694019942.nsvpph1i44.91.0 +3 -0
  38. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: asas-ai/bloom_3B_8bit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: bloom_3B_8bit_qlora_arc
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # bloom_3B_8bit_qlora_arc
14
+
15
+ This model is a fine-tuned version of [asas-ai/bloom_3B_8bit](https://huggingface.co/asas-ai/bloom_3B_8bit) on an unknown dataset.
16
+
17
+ ## Model description
18
+
19
+ More information needed
20
+
21
+ ## Intended uses & limitations
22
+
23
+ More information needed
24
+
25
+ ## Training and evaluation data
26
+
27
+ More information needed
28
+
29
+ ## Training procedure
30
+
31
+ ### Training hyperparameters
32
+
33
+ The following hyperparameters were used during training:
34
+ - learning_rate: 0.0002
35
+ - train_batch_size: 4
36
+ - eval_batch_size: 8
37
+ - seed: 42
38
+ - gradient_accumulation_steps: 4
39
+ - total_train_batch_size: 16
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: constant
42
+ - lr_scheduler_warmup_ratio: 0.03
43
+ - training_steps: 2200
44
+
45
+ ### Training results
46
+
47
+
48
+
49
+ ### Framework versions
50
+
51
+ - Transformers 4.33.1
52
+ - Pytorch 2.0.1+cu117
53
+ - Datasets 2.4.0
54
+ - Tokenizers 0.12.1
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "asas-ai/bloom_3B_8bit",
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": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query_key_value",
18
+ "dense",
19
+ "dense_h_to_4h",
20
+ "dense_4h_to_h"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd270e71bdd4835a8e216ae2c7d6abc5b8e1009fd69afc2032198ae648aaf9c4
3
+ size 314660941
checkpoint-1760/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: True
10
+ - load_in_4bit: False
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: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float32
18
+
19
+ The following `bitsandbytes` quantization config was used during training:
20
+ - quant_method: bitsandbytes
21
+ - load_in_8bit: True
22
+ - load_in_4bit: False
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: fp4
28
+ - bnb_4bit_use_double_quant: False
29
+ - bnb_4bit_compute_dtype: float32
30
+ ### Framework versions
31
+
32
+ - PEFT 0.6.0.dev0
33
+
34
+ - PEFT 0.6.0.dev0
checkpoint-1760/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "asas-ai/bloom_3B_8bit",
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": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query_key_value",
18
+ "dense",
19
+ "dense_h_to_4h",
20
+ "dense_4h_to_h"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
checkpoint-1760/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f3c2c8fe9422fbb3c301aa7cfacd13f00a49a4db6b864d52686f971dc4077e8
3
+ size 314660941
checkpoint-1760/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84aca5fb7574ab47b2cd4fd8bae90f7124a7bbbfbb5a6d7eae0907d06b721865
3
+ size 629293957
checkpoint-1760/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abeab98ed02d29fff4ca87823f8764decec2518c3125fc99d1cbdbbfe3829c98
3
+ size 14575
checkpoint-1760/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85c5ff61dc870ad27d377b69c3d781f714f8b44a93915b84c28547ea26cc839f
3
+ size 627
checkpoint-1760/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "</s>",
5
+ "unk_token": "<unk>"
6
+ }
checkpoint-1760/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1abd73425d69d27b6933af4fa2a004568434169689b37d1314c6ca3a1d2a7f
3
+ size 14500541
checkpoint-1760/tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "</s>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "<pad>",
8
+ "padding_side": "left",
9
+ "tokenizer_class": "BloomTokenizer",
10
+ "unk_token": "<unk>"
11
+ }
checkpoint-1760/trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 12.59391771019678,
5
+ "eval_steps": 500,
6
+ "global_step": 1760,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.57,
13
+ "learning_rate": 0.0002,
14
+ "loss": 5.6303,
15
+ "step": 220
16
+ },
17
+ {
18
+ "epoch": 3.15,
19
+ "learning_rate": 0.0002,
20
+ "loss": 4.293,
21
+ "step": 440
22
+ },
23
+ {
24
+ "epoch": 4.72,
25
+ "learning_rate": 0.0002,
26
+ "loss": 3.5603,
27
+ "step": 660
28
+ },
29
+ {
30
+ "epoch": 6.3,
31
+ "learning_rate": 0.0002,
32
+ "loss": 2.9014,
33
+ "step": 880
34
+ },
35
+ {
36
+ "epoch": 7.87,
37
+ "learning_rate": 0.0002,
38
+ "loss": 2.189,
39
+ "step": 1100
40
+ },
41
+ {
42
+ "epoch": 9.45,
43
+ "learning_rate": 0.0002,
44
+ "loss": 1.5293,
45
+ "step": 1320
46
+ },
47
+ {
48
+ "epoch": 11.02,
49
+ "learning_rate": 0.0002,
50
+ "loss": 1.0569,
51
+ "step": 1540
52
+ },
53
+ {
54
+ "epoch": 12.59,
55
+ "learning_rate": 0.0002,
56
+ "loss": 0.6748,
57
+ "step": 1760
58
+ }
59
+ ],
60
+ "logging_steps": 220,
61
+ "max_steps": 2200,
62
+ "num_train_epochs": 16,
63
+ "save_steps": 220,
64
+ "total_flos": 3.250832601612288e+16,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }
checkpoint-1760/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc777fb4d61b1fe91af2901bb4f81a16ee62e977481f37fb79f3b098b82dc49
3
+ size 4091
checkpoint-1980/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: True
10
+ - load_in_4bit: False
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: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float32
18
+
19
+ The following `bitsandbytes` quantization config was used during training:
20
+ - quant_method: bitsandbytes
21
+ - load_in_8bit: True
22
+ - load_in_4bit: False
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: fp4
28
+ - bnb_4bit_use_double_quant: False
29
+ - bnb_4bit_compute_dtype: float32
30
+ ### Framework versions
31
+
32
+ - PEFT 0.6.0.dev0
33
+
34
+ - PEFT 0.6.0.dev0
checkpoint-1980/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "asas-ai/bloom_3B_8bit",
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": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query_key_value",
18
+ "dense",
19
+ "dense_h_to_4h",
20
+ "dense_4h_to_h"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
checkpoint-1980/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53fb17b5f34deeba26786b8b3433fde5985ad57c7c1cf9a8f324c35b99c2ac35
3
+ size 314660941
checkpoint-1980/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:549d20c50b4a306d68af37fc902f5d27b7ef9cb147b80472ca8760ff1f0d70c3
3
+ size 629293957
checkpoint-1980/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3850d65902fee21423ea9db2d0ad32f1d6442a1bdf55bd5b48a9b74fc7b2db7a
3
+ size 14575
checkpoint-1980/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7b3cad452dc4595e700cca73b74b2842931f81f5ad69a77dcc8aa064e6bd19
3
+ size 627
checkpoint-1980/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "</s>",
5
+ "unk_token": "<unk>"
6
+ }
checkpoint-1980/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1abd73425d69d27b6933af4fa2a004568434169689b37d1314c6ca3a1d2a7f
3
+ size 14500541
checkpoint-1980/tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "</s>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "<pad>",
8
+ "padding_side": "left",
9
+ "tokenizer_class": "BloomTokenizer",
10
+ "unk_token": "<unk>"
11
+ }
checkpoint-1980/trainer_state.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 14.168157423971378,
5
+ "eval_steps": 500,
6
+ "global_step": 1980,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.57,
13
+ "learning_rate": 0.0002,
14
+ "loss": 5.6303,
15
+ "step": 220
16
+ },
17
+ {
18
+ "epoch": 3.15,
19
+ "learning_rate": 0.0002,
20
+ "loss": 4.293,
21
+ "step": 440
22
+ },
23
+ {
24
+ "epoch": 4.72,
25
+ "learning_rate": 0.0002,
26
+ "loss": 3.5603,
27
+ "step": 660
28
+ },
29
+ {
30
+ "epoch": 6.3,
31
+ "learning_rate": 0.0002,
32
+ "loss": 2.9014,
33
+ "step": 880
34
+ },
35
+ {
36
+ "epoch": 7.87,
37
+ "learning_rate": 0.0002,
38
+ "loss": 2.189,
39
+ "step": 1100
40
+ },
41
+ {
42
+ "epoch": 9.45,
43
+ "learning_rate": 0.0002,
44
+ "loss": 1.5293,
45
+ "step": 1320
46
+ },
47
+ {
48
+ "epoch": 11.02,
49
+ "learning_rate": 0.0002,
50
+ "loss": 1.0569,
51
+ "step": 1540
52
+ },
53
+ {
54
+ "epoch": 12.59,
55
+ "learning_rate": 0.0002,
56
+ "loss": 0.6748,
57
+ "step": 1760
58
+ },
59
+ {
60
+ "epoch": 14.17,
61
+ "learning_rate": 0.0002,
62
+ "loss": 0.4278,
63
+ "step": 1980
64
+ }
65
+ ],
66
+ "logging_steps": 220,
67
+ "max_steps": 2200,
68
+ "num_train_epochs": 16,
69
+ "save_steps": 220,
70
+ "total_flos": 3.653981899352064e+16,
71
+ "trial_name": null,
72
+ "trial_params": null
73
+ }
checkpoint-1980/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc777fb4d61b1fe91af2901bb4f81a16ee62e977481f37fb79f3b098b82dc49
3
+ size 4091
checkpoint-2200/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: True
10
+ - load_in_4bit: False
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: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float32
18
+
19
+ The following `bitsandbytes` quantization config was used during training:
20
+ - quant_method: bitsandbytes
21
+ - load_in_8bit: True
22
+ - load_in_4bit: False
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: fp4
28
+ - bnb_4bit_use_double_quant: False
29
+ - bnb_4bit_compute_dtype: float32
30
+ ### Framework versions
31
+
32
+ - PEFT 0.6.0.dev0
33
+
34
+ - PEFT 0.6.0.dev0
checkpoint-2200/adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "asas-ai/bloom_3B_8bit",
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": 64,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "query_key_value",
18
+ "dense",
19
+ "dense_h_to_4h",
20
+ "dense_4h_to_h"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
checkpoint-2200/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd270e71bdd4835a8e216ae2c7d6abc5b8e1009fd69afc2032198ae648aaf9c4
3
+ size 314660941
checkpoint-2200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d778c94e9e50fe16b6b6a08cb72e283c124568cc8ba6daa79d8e916e28d89aa
3
+ size 629293957
checkpoint-2200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195ec7d46360a0bb51a8f66bf32e760c632dc4fd549a899f042e9abf86177ca8
3
+ size 14575
checkpoint-2200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f10a983aa914555fea6e5c0db8d7ddbaebbe7e28546c78ee0e93ac76cbc28436
3
+ size 627
checkpoint-2200/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "eos_token": "</s>",
4
+ "pad_token": "</s>",
5
+ "unk_token": "<unk>"
6
+ }
checkpoint-2200/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c1abd73425d69d27b6933af4fa2a004568434169689b37d1314c6ca3a1d2a7f
3
+ size 14500541
checkpoint-2200/tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "bos_token": "<s>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "</s>",
6
+ "model_max_length": 1000000000000000019884624838656,
7
+ "pad_token": "<pad>",
8
+ "padding_side": "left",
9
+ "tokenizer_class": "BloomTokenizer",
10
+ "unk_token": "<unk>"
11
+ }
checkpoint-2200/trainer_state.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 15.742397137745975,
5
+ "eval_steps": 500,
6
+ "global_step": 2200,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.57,
13
+ "learning_rate": 0.0002,
14
+ "loss": 5.6303,
15
+ "step": 220
16
+ },
17
+ {
18
+ "epoch": 3.15,
19
+ "learning_rate": 0.0002,
20
+ "loss": 4.293,
21
+ "step": 440
22
+ },
23
+ {
24
+ "epoch": 4.72,
25
+ "learning_rate": 0.0002,
26
+ "loss": 3.5603,
27
+ "step": 660
28
+ },
29
+ {
30
+ "epoch": 6.3,
31
+ "learning_rate": 0.0002,
32
+ "loss": 2.9014,
33
+ "step": 880
34
+ },
35
+ {
36
+ "epoch": 7.87,
37
+ "learning_rate": 0.0002,
38
+ "loss": 2.189,
39
+ "step": 1100
40
+ },
41
+ {
42
+ "epoch": 9.45,
43
+ "learning_rate": 0.0002,
44
+ "loss": 1.5293,
45
+ "step": 1320
46
+ },
47
+ {
48
+ "epoch": 11.02,
49
+ "learning_rate": 0.0002,
50
+ "loss": 1.0569,
51
+ "step": 1540
52
+ },
53
+ {
54
+ "epoch": 12.59,
55
+ "learning_rate": 0.0002,
56
+ "loss": 0.6748,
57
+ "step": 1760
58
+ },
59
+ {
60
+ "epoch": 14.17,
61
+ "learning_rate": 0.0002,
62
+ "loss": 0.4278,
63
+ "step": 1980
64
+ },
65
+ {
66
+ "epoch": 15.74,
67
+ "learning_rate": 0.0002,
68
+ "loss": 0.3039,
69
+ "step": 2200
70
+ }
71
+ ],
72
+ "logging_steps": 220,
73
+ "max_steps": 2200,
74
+ "num_train_epochs": 16,
75
+ "save_steps": 220,
76
+ "total_flos": 4.05707266234368e+16,
77
+ "trial_name": null,
78
+ "trial_params": null
79
+ }
checkpoint-2200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc777fb4d61b1fe91af2901bb4f81a16ee62e977481f37fb79f3b098b82dc49
3
+ size 4091
runs/Sep06_17-05-26_nsvpph1i44/events.out.tfevents.1694019942.nsvpph1i44.91.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:398d5ade4a0f5f125438e987e7597db8b6dfe8ec296b2843afe29b75ead31565
3
+ size 6582
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddc777fb4d61b1fe91af2901bb4f81a16ee62e977481f37fb79f3b098b82dc49
3
+ size 4091