radoslavralev commited on
Commit
de15d39
·
verified ·
1 Parent(s): e120d75

Training in progress, step 1000

Browse files
adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Alibaba-NLP/gte-modernbert-base",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": false,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 64,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "Wqkv",
29
+ "Wo"
30
+ ],
31
+ "target_parameters": null,
32
+ "task_type": "FEATURE_EXTRACTION",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_qalora": 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:85b0b9b432bd96a6792c736d2a6d015059e411ff8e63ef314ee0da01899a94bd
3
+ size 9207032
eval/binary_classification_evaluation_test_results.csv CHANGED
@@ -433,3 +433,8 @@ epoch,steps,cosine_accuracy,cosine_accuracy_threshold,cosine_f1,cosine_precision
433
  4.232804232804233,32000,0.7223037358314119,0.7253189446248114,0.613902004799133,0.886145251396648,0.690575874692857,0.47146300343005826
434
  4.365079365079365,33000,0.7158220602699086,0.7182069930921152,0.6071465322082733,0.8789944134078213,0.6817875439897024,0.4556655095651951
435
  4.497354497354498,34000,0.7213201979974525,0.7271285588186892,0.6076617238878748,0.9050651769087523,0.6862317912116369,0.47517110412821156
 
 
 
 
 
 
433
  4.232804232804233,32000,0.7223037358314119,0.7253189446248114,0.613902004799133,0.886145251396648,0.690575874692857,0.47146300343005826
434
  4.365079365079365,33000,0.7158220602699086,0.7182069930921152,0.6071465322082733,0.8789944134078213,0.6817875439897024,0.4556655095651951
435
  4.497354497354498,34000,0.7213201979974525,0.7271285588186892,0.6076617238878748,0.9050651769087523,0.6862317912116369,0.47517110412821156
436
+ 0.13227513227513227,1000,0.7037777526966672,0.7122170715871171,0.5989283084033827,0.8783612662942272,0.6476617871668658,0.44182914870985407
437
+ 0.26455026455026454,2000,0.7037777526966672,0.7122170715871171,0.5989283084033827,0.8783612662942272,0.6476617871668658,0.44182914870985407
438
+ 0.3968253968253968,3000,0.7037777526966672,0.7122170715871171,0.5989283084033827,0.8783612662942272,0.6476617871668658,0.44182914870985407
439
+ 0.5291005291005291,4000,0.7037777526966672,0.7122170715871171,0.5989283084033827,0.8783612662942272,0.6476617871668658,0.44182914870985407
440
+ 0.13227513227513227,1000,0.7213201979974525,0.7271285588186892,0.6076617238878748,0.9050651769087523,0.6862317912116369,0.47517110412821156
initial_metrics.json CHANGED
@@ -1,10 +1,10 @@
1
  {
2
- "test_cosine_accuracy": 0.7037777526966672,
3
- "test_cosine_accuracy_threshold": 0.8524033427238464,
4
- "test_cosine_f1": 0.7122170715871171,
5
- "test_cosine_f1_threshold": 0.8118724822998047,
6
- "test_cosine_precision": 0.5989283084033827,
7
- "test_cosine_recall": 0.8783612662942272,
8
- "test_cosine_ap": 0.6476617871668658,
9
- "test_cosine_mcc": 0.44182914870985407
10
  }
 
1
  {
2
+ "test_cosine_accuracy": 0.7213201979974525,
3
+ "test_cosine_accuracy_threshold": 0.8022605776786804,
4
+ "test_cosine_f1": 0.7271285588186892,
5
+ "test_cosine_f1_threshold": 0.7352645397186279,
6
+ "test_cosine_precision": 0.6076617238878748,
7
+ "test_cosine_recall": 0.9050651769087523,
8
+ "test_cosine_ap": 0.6862317912116369,
9
+ "test_cosine_mcc": 0.47517110412821156
10
  }