jealk commited on
Commit
9e8c96e
1 Parent(s): 5f04e2c

SimCSE step 2000 on scandi wiki, llama-swe-scandi-mntp basemodel

Browse files
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlamaBiModel",
5
+ "parent_library": "llm2vec.models.bidirectional_llama"
6
+ },
7
+ "base_model_name_or_path": "AI-Sweden-Models/Llama-3-8B-instruct",
8
+ "bias": "none",
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "q_proj",
28
+ "up_proj",
29
+ "gate_proj",
30
+ "down_proj",
31
+ "k_proj",
32
+ "o_proj"
33
+ ],
34
+ "task_type": null,
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c7e8f033945574be4fc3dab0ab91cf635b24812ac5e3d09041c54ac8bd6800
3
+ size 167829552
trainer_state.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.2559836170485089,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
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.031997952131063614,
13
+ "grad_norm": 0.06517554074525833,
14
+ "learning_rate": 2.9680020478689362e-05,
15
+ "loss": 0.2761,
16
+ "step": 250
17
+ },
18
+ {
19
+ "epoch": 0.06399590426212723,
20
+ "grad_norm": 0.05590095743536949,
21
+ "learning_rate": 2.936004095737873e-05,
22
+ "loss": 0.0085,
23
+ "step": 500
24
+ },
25
+ {
26
+ "epoch": 0.09599385639319083,
27
+ "grad_norm": 0.06787142902612686,
28
+ "learning_rate": 2.9040061436068092e-05,
29
+ "loss": 0.007,
30
+ "step": 750
31
+ },
32
+ {
33
+ "epoch": 0.12799180852425446,
34
+ "grad_norm": 0.019182974472641945,
35
+ "learning_rate": 2.8720081914757454e-05,
36
+ "loss": 0.0063,
37
+ "step": 1000
38
+ },
39
+ {
40
+ "epoch": 0.15998976065531806,
41
+ "grad_norm": 0.02994903363287449,
42
+ "learning_rate": 2.840010239344682e-05,
43
+ "loss": 0.0056,
44
+ "step": 1250
45
+ },
46
+ {
47
+ "epoch": 0.19198771278638166,
48
+ "grad_norm": 0.016078654676675797,
49
+ "learning_rate": 2.8080122872136184e-05,
50
+ "loss": 0.0056,
51
+ "step": 1500
52
+ },
53
+ {
54
+ "epoch": 0.2239856649174453,
55
+ "grad_norm": 0.0162887554615736,
56
+ "learning_rate": 2.776014335082555e-05,
57
+ "loss": 0.0051,
58
+ "step": 1750
59
+ },
60
+ {
61
+ "epoch": 0.2559836170485089,
62
+ "grad_norm": 0.024330032989382744,
63
+ "learning_rate": 2.744016382951491e-05,
64
+ "loss": 0.0053,
65
+ "step": 2000
66
+ }
67
+ ],
68
+ "logging_steps": 250,
69
+ "max_steps": 23439,
70
+ "num_input_tokens_seen": 0,
71
+ "num_train_epochs": 3,
72
+ "save_steps": 500,
73
+ "total_flos": 0.0,
74
+ "train_batch_size": 128,
75
+ "trial_name": null,
76
+ "trial_params": null
77
+ }