Training in progress, step 20000
Browse files- config.json +3 -3
- eval/CrossEncoderClassificationEvaluator_test_cls_results.csv +9 -0
- model.safetensors +1 -1
- tokenizer.json +14 -2
- training_args.bin +3 -0
config.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id":
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
| 10 |
"classifier_dropout": 0.0,
|
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"deterministic_flash_attn": false,
|
| 15 |
"dtype": "bfloat16",
|
| 16 |
"embedding_dropout": 0.0,
|
| 17 |
-
"eos_token_id":
|
| 18 |
"global_attn_every_n_layers": 3,
|
| 19 |
"global_rope_theta": 160000.0,
|
| 20 |
"gradient_checkpointing": false,
|
|
@@ -40,7 +40,7 @@
|
|
| 40 |
"norm_eps": 1e-05,
|
| 41 |
"num_attention_heads": 12,
|
| 42 |
"num_hidden_layers": 22,
|
| 43 |
-
"pad_token_id":
|
| 44 |
"position_embedding_type": "absolute",
|
| 45 |
"repad_logits_with_grad": false,
|
| 46 |
"sentence_transformers": {
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
| 10 |
"classifier_dropout": 0.0,
|
|
|
|
| 14 |
"deterministic_flash_attn": false,
|
| 15 |
"dtype": "bfloat16",
|
| 16 |
"embedding_dropout": 0.0,
|
| 17 |
+
"eos_token_id": null,
|
| 18 |
"global_attn_every_n_layers": 3,
|
| 19 |
"global_rope_theta": 160000.0,
|
| 20 |
"gradient_checkpointing": false,
|
|
|
|
| 40 |
"norm_eps": 1e-05,
|
| 41 |
"num_attention_heads": 12,
|
| 42 |
"num_hidden_layers": 22,
|
| 43 |
+
"pad_token_id": 50284,
|
| 44 |
"position_embedding_type": "absolute",
|
| 45 |
"repad_logits_with_grad": false,
|
| 46 |
"sentence_transformers": {
|
eval/CrossEncoderClassificationEvaluator_test_cls_results.csv
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
epoch,steps,Accuracy,Accuracy_Threshold,F1,F1_Threshold,Precision,Recall,Average_Precision
|
| 2 |
+
0,0,0.5526425637918265,0.95703125,0.6183066872638612,0.23583984,0.44751128174041893,0.9999398007404509,0.4459251044873924
|
| 3 |
+
0,0,0.5526425637918265,0.95703125,0.6183066872638612,0.23583984,0.44751128174041893,0.9999398007404509,0.4459251044873924
|
| 4 |
+
0,0,0.5526425637918265,0.95703125,0.6183066872638612,0.23583984,0.44751128174041893,0.9999398007404509,0.4459251044873924
|
| 5 |
+
0,0,0.5526425637918265,0.95703125,0.6183066872638612,0.23583984,0.44751128174041893,0.9999398007404509,0.4459251044873924
|
| 6 |
+
0.09596330363269086,20000,0.6022352386723221,0.14941406,0.664680569347898,0.07373047,0.5150592440590455,0.9368208771032116,0.5896801747708452
|
| 7 |
+
0.09596330363269086,20000,0.600444354675823,0.20605469,0.6587224520813983,0.08496094,0.507225175143447,0.9392589471149505,0.5827764263943414
|
| 8 |
+
0.09596330363269086,20000,0.6078233353531273,0.14550781,0.6616197444069161,0.068359375,0.5103227492486606,0.9404328326761581,0.5922194743786546
|
| 9 |
+
0.09596330363269086,20000,0.6059381943041809,0.18457031,0.6609096749054836,0.068359375,0.5082936469368581,0.9444962826957228,0.5908186531444527
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 299228626
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e94b0f0cf9fa63de06ec649fad971797ad0a7ec734ae3e0bd5be9e147f6cf13
|
| 3 |
size 299228626
|
tokenizer.json
CHANGED
|
@@ -1,7 +1,19 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 127,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": "BatchLongest",
|
| 11 |
+
"direction": "Right",
|
| 12 |
+
"pad_to_multiple_of": null,
|
| 13 |
+
"pad_id": 50284,
|
| 14 |
+
"pad_type_id": 0,
|
| 15 |
+
"pad_token": "[MASK]"
|
| 16 |
+
},
|
| 17 |
"added_tokens": [
|
| 18 |
{
|
| 19 |
"id": 0,
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:597684b0e2198e1a1819b5450436582c2910d42eb83b51c139a395ed979973f0
|
| 3 |
+
size 6353
|