beamaia commited on
Commit
e101fb9
1 Parent(s): 6c71f1f

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:2389992202714c8f032524ac354afc87b80592005303c1f7738ac6f66e115cbf
3
  size 26235704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4795225c78aa16f43da67a25351858aa53a60e20d4db2258e8ff9f51649397
3
  size 26235704
checkpoint-3386/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-3386/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26e169f3d8142a40c1e0985144813dedc9f09f57083e0452a746e76d0e0380f3
3
+ size 26271757
checkpoint-6773/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-6773/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-6773/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc4795225c78aa16f43da67a25351858aa53a60e20d4db2258e8ff9f51649397
3
+ size 26235704
checkpoint-6773/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c1c4cb036c320cebd5f4f96a4d4e993ebd4e217517d858dc25bd71178a1c66d
3
+ size 52562821
checkpoint-6773/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e663be8ea93d417fe6e48a37b2e00dd1e7c5f0e13ad67f0084b36b12c356eff6
3
+ size 14575
checkpoint-6773/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0b9b1a1bf0a512b86fb2d695d77c4fb40483963c22a2f878ac8390632405e7
3
+ size 627
checkpoint-6773/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-6773/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-6773/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-6773/trainer_state.json ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.7881951332092285,
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-6773",
4
+ "epoch": 2.0,
5
+ "global_step": 6773,
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
+ "max_steps": 33860,
106
+ "num_train_epochs": 10,
107
+ "total_flos": 3.0202162838237184e+17,
108
+ "trial_name": null,
109
+ "trial_params": null
110
+ }
checkpoint-6773/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fb2200feb70e8262514df4fd89c2cc8501a63e46178c2943084ed504f58b222
3
+ size 4283
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:ce80556854368fd93ae14cd69992bd30b4f027b3852dda2fbf298cbf22ba5731
3
- size 5977
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:067cd0f765a05961bd8cc4b403b299e9e3c338d16c262856548f176f50eb0d3b
3
+ size 7347