Retrain stage2 6-class (F1_macro=0.8127, F1_weighted=0.8357)
Browse files
stage2/config.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
"Spam",
|
| 8 |
"Neutral"
|
| 9 |
],
|
| 10 |
-
"f1_macro": 0.
|
| 11 |
"encoder": "microsoft/harrier-oss-v1-0.6b",
|
| 12 |
"input_dim": 1024,
|
| 13 |
"hidden_dim": 512
|
|
|
|
| 7 |
"Spam",
|
| 8 |
"Neutral"
|
| 9 |
],
|
| 10 |
+
"f1_macro": 0.8127381267945536,
|
| 11 |
"encoder": "microsoft/harrier-oss-v1-0.6b",
|
| 12 |
"input_dim": 1024,
|
| 13 |
"hidden_dim": 512
|
stage2/encoder/config_sentence_transformers.json
CHANGED
|
@@ -12,6 +12,6 @@
|
|
| 12 |
"__version__": {
|
| 13 |
"sentence_transformers": "5.3.0",
|
| 14 |
"transformers": "5.5.0",
|
| 15 |
-
"pytorch": "2.
|
| 16 |
}
|
| 17 |
}
|
|
|
|
| 12 |
"__version__": {
|
| 13 |
"sentence_transformers": "5.3.0",
|
| 14 |
"transformers": "5.5.0",
|
| 15 |
+
"pytorch": "2.5.1+cu124"
|
| 16 |
}
|
| 17 |
}
|
stage2/encoder/tokenizer_config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "<|im_end|>",
|
| 7 |
"errors": "replace",
|
| 8 |
-
"is_local":
|
| 9 |
"model_max_length": 131072,
|
| 10 |
"pad_token": "<|endoftext|>",
|
| 11 |
"split_special_tokens": false,
|
|
|
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "<|im_end|>",
|
| 7 |
"errors": "replace",
|
| 8 |
+
"is_local": true,
|
| 9 |
"model_max_length": 131072,
|
| 10 |
"pad_token": "<|endoftext|>",
|
| 11 |
"split_special_tokens": false,
|
stage2/neural_weights.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b198d5a9a703ce2fdae5df0e457e147d5cd45376bbff1e78c8bb96c8a861d23
|
| 3 |
+
size 2633486
|