Add gpt4-openai-classify/modernbert
Browse files- gpt4-openai-classify/modernbert/p2neg/sigma3/finetuned/config.json +29 -0
- gpt4-openai-classify/modernbert/p2neg/sigma3/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p2neg/sigma5/finetuned/config.json +29 -0
- gpt4-openai-classify/modernbert/p2neg/sigma5/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p2plus/sigma3/finetuned/config.json +29 -0
- gpt4-openai-classify/modernbert/p2plus/sigma3/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p2plus/sigma5/finetuned/config.json +29 -0
- gpt4-openai-classify/modernbert/p2plus/sigma5/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p3/sigma3/finetuned/config.json +41 -0
- gpt4-openai-classify/modernbert/p3/sigma3/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p3/sigma3/not_finetuned/config.json +41 -0
- gpt4-openai-classify/modernbert/p3/sigma3/not_finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p3/sigma5/finetuned/config.json +41 -0
- gpt4-openai-classify/modernbert/p3/sigma5/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p3/sigma5/not_finetuned/config.json +41 -0
- gpt4-openai-classify/modernbert/p3/sigma5/not_finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p5/sigma3/finetuned/config.json +45 -0
- gpt4-openai-classify/modernbert/p5/sigma3/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p5/sigma3/not_finetuned/config.json +45 -0
- gpt4-openai-classify/modernbert/p5/sigma3/not_finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p5/sigma5/finetuned/config.json +45 -0
- gpt4-openai-classify/modernbert/p5/sigma5/finetuned/model.safetensors +3 -0
- gpt4-openai-classify/modernbert/p5/sigma5/not_finetuned/config.json +45 -0
- gpt4-openai-classify/modernbert/p5/sigma5/not_finetuned/model.safetensors +3 -0
gpt4-openai-classify/modernbert/p2neg/sigma3/finetuned/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p2neg-sigma3",
|
| 4 |
+
"qualified_id": "twitter/openai-modernbert-p2neg-sigma3",
|
| 5 |
+
"track": "twitter",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p2neg",
|
| 10 |
+
"sigma": 3,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 2,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "Negative",
|
| 16 |
+
"1": "Positive"
|
| 17 |
+
},
|
| 18 |
+
"label2id": {
|
| 19 |
+
"Negative": 0,
|
| 20 |
+
"Positive": 1
|
| 21 |
+
},
|
| 22 |
+
"max_len": 512,
|
| 23 |
+
"learning_rate": 1e-05,
|
| 24 |
+
"batch_size": 32,
|
| 25 |
+
"torch_dtype": "float16",
|
| 26 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p2neg_sigma3_finetuned.pt",
|
| 27 |
+
"source_sha256": "af7c820a99739a593577a1b7212167f347dd7f2ce5c923e082ac71445a638db9",
|
| 28 |
+
"tied_weights": {}
|
| 29 |
+
}
|
gpt4-openai-classify/modernbert/p2neg/sigma3/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15943e4df569a0c96c9981e3819dc2deb1d3b2bc751bf296835a58f529db3921
|
| 3 |
+
size 791684820
|
gpt4-openai-classify/modernbert/p2neg/sigma5/finetuned/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p2neg-sigma5",
|
| 4 |
+
"qualified_id": "twitter/openai-modernbert-p2neg-sigma5",
|
| 5 |
+
"track": "twitter",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p2neg",
|
| 10 |
+
"sigma": 5,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 2,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "Negative",
|
| 16 |
+
"1": "Positive"
|
| 17 |
+
},
|
| 18 |
+
"label2id": {
|
| 19 |
+
"Negative": 0,
|
| 20 |
+
"Positive": 1
|
| 21 |
+
},
|
| 22 |
+
"max_len": 512,
|
| 23 |
+
"learning_rate": 1e-05,
|
| 24 |
+
"batch_size": 32,
|
| 25 |
+
"torch_dtype": "float16",
|
| 26 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p2neg_sigma5_finetuned.pt",
|
| 27 |
+
"source_sha256": "72cd2fe0b8594c03821246220278d703294ec569d85f5b85b34738e88652c516",
|
| 28 |
+
"tied_weights": {}
|
| 29 |
+
}
|
gpt4-openai-classify/modernbert/p2neg/sigma5/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abbf9f50fddeb4dbfe7841357a27e0757d40e2eed9f0327c22d5b701ccfb0a45
|
| 3 |
+
size 791684820
|
gpt4-openai-classify/modernbert/p2plus/sigma3/finetuned/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p2plus-sigma3",
|
| 4 |
+
"qualified_id": "twitter/openai-modernbert-p2plus-sigma3",
|
| 5 |
+
"track": "twitter",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p2plus",
|
| 10 |
+
"sigma": 3,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 2,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"1": "Negative",
|
| 16 |
+
"0": "Positive"
|
| 17 |
+
},
|
| 18 |
+
"label2id": {
|
| 19 |
+
"Negative": 1,
|
| 20 |
+
"Positive": 0
|
| 21 |
+
},
|
| 22 |
+
"max_len": 512,
|
| 23 |
+
"learning_rate": 1e-05,
|
| 24 |
+
"batch_size": 32,
|
| 25 |
+
"torch_dtype": "float16",
|
| 26 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p2plus_sigma3_finetuned.pt",
|
| 27 |
+
"source_sha256": "099caeb9ade2c2eee41ac285a4e015c17dda99b9b474a4d496e6eb51f36c338c",
|
| 28 |
+
"tied_weights": {}
|
| 29 |
+
}
|
gpt4-openai-classify/modernbert/p2plus/sigma3/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97c14ba3e74030519231038bdbc15e60aca3234017772161c518d49277896d49
|
| 3 |
+
size 791684820
|
gpt4-openai-classify/modernbert/p2plus/sigma5/finetuned/config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p2plus-sigma5",
|
| 4 |
+
"qualified_id": "twitter/openai-modernbert-p2plus-sigma5",
|
| 5 |
+
"track": "twitter",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p2plus",
|
| 10 |
+
"sigma": 5,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 2,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"1": "Negative",
|
| 16 |
+
"0": "Positive"
|
| 17 |
+
},
|
| 18 |
+
"label2id": {
|
| 19 |
+
"Negative": 1,
|
| 20 |
+
"Positive": 0
|
| 21 |
+
},
|
| 22 |
+
"max_len": 512,
|
| 23 |
+
"learning_rate": 1e-05,
|
| 24 |
+
"batch_size": 32,
|
| 25 |
+
"torch_dtype": "float16",
|
| 26 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p2plus_sigma5_finetuned.pt",
|
| 27 |
+
"source_sha256": "607229d6ecd5bb2f519af83275fd35ff35f0e582f62ab3671143fc1efe4a246a",
|
| 28 |
+
"tied_weights": {}
|
| 29 |
+
}
|
gpt4-openai-classify/modernbert/p2plus/sigma5/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:745efd92ffef0a579f706c93fabee4ef933babf4a049e4a0cd79fb873811ab06
|
| 3 |
+
size 791684820
|
gpt4-openai-classify/modernbert/p3/sigma3/finetuned/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p3-sigma3",
|
| 4 |
+
"qualified_id": "finetuning/openai-modernbert-p3-sigma3",
|
| 5 |
+
"track": "finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p3",
|
| 10 |
+
"sigma": 3,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 3,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"1": "Negative",
|
| 16 |
+
"0": "Neutral",
|
| 17 |
+
"2": "Positive"
|
| 18 |
+
},
|
| 19 |
+
"label2id": {
|
| 20 |
+
"Negative": 1,
|
| 21 |
+
"Neutral": 0,
|
| 22 |
+
"Positive": 2
|
| 23 |
+
},
|
| 24 |
+
"max_len": 512,
|
| 25 |
+
"learning_rate": 1e-05,
|
| 26 |
+
"batch_size": 32,
|
| 27 |
+
"torch_dtype": "float16",
|
| 28 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p3_sigma3_finetuned.pt",
|
| 29 |
+
"source_sha256": "c349221c889664c80d4aa4416c5fdc45da85e2f210e0ec64175b8252407b92ee",
|
| 30 |
+
"tied_weights": {},
|
| 31 |
+
"kfold_f1": [
|
| 32 |
+
0.779813,
|
| 33 |
+
0.767613,
|
| 34 |
+
0.761013,
|
| 35 |
+
0.785313,
|
| 36 |
+
0.783465
|
| 37 |
+
],
|
| 38 |
+
"mean_f1": 0.775444,
|
| 39 |
+
"mean_accuracy": 0.773807,
|
| 40 |
+
"folds": 5
|
| 41 |
+
}
|
gpt4-openai-classify/modernbert/p3/sigma3/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bcb2ee1ea3ec0513e395cb9c79edfdad91808cee29e9232869a12cac9f42ded
|
| 3 |
+
size 791686870
|
gpt4-openai-classify/modernbert/p3/sigma3/not_finetuned/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p3-sigma3",
|
| 4 |
+
"qualified_id": "not-finetuning/openai-modernbert-p3-sigma3",
|
| 5 |
+
"track": "not-finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p3",
|
| 10 |
+
"sigma": 3,
|
| 11 |
+
"fine_tuning": "not_finetuned",
|
| 12 |
+
"frozen_backbone": true,
|
| 13 |
+
"num_classes": 3,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"1": "Negative",
|
| 16 |
+
"0": "Neutral",
|
| 17 |
+
"2": "Positive"
|
| 18 |
+
},
|
| 19 |
+
"label2id": {
|
| 20 |
+
"Negative": 1,
|
| 21 |
+
"Neutral": 0,
|
| 22 |
+
"Positive": 2
|
| 23 |
+
},
|
| 24 |
+
"max_len": 512,
|
| 25 |
+
"learning_rate": 0.01,
|
| 26 |
+
"batch_size": 512,
|
| 27 |
+
"torch_dtype": "float16",
|
| 28 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p3_sigma3_not_finetuned.pt",
|
| 29 |
+
"source_sha256": "79c050cb9a28404bde78cc55342aa2471d0527026f067423fdaa666e904f91ab",
|
| 30 |
+
"tied_weights": {},
|
| 31 |
+
"kfold_f1": [
|
| 32 |
+
0.604342,
|
| 33 |
+
0.711745,
|
| 34 |
+
0.750368,
|
| 35 |
+
0.591088,
|
| 36 |
+
0.670851
|
| 37 |
+
],
|
| 38 |
+
"mean_f1": 0.665679,
|
| 39 |
+
"mean_accuracy": 0.654606,
|
| 40 |
+
"folds": 5
|
| 41 |
+
}
|
gpt4-openai-classify/modernbert/p3/sigma3/not_finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4973038ce9d5ff834aedcee840c36a2d49d8761dcd08923a5cc04f5e929610fc
|
| 3 |
+
size 789587478
|
gpt4-openai-classify/modernbert/p3/sigma5/finetuned/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p3-sigma5",
|
| 4 |
+
"qualified_id": "finetuning/openai-modernbert-p3-sigma5",
|
| 5 |
+
"track": "finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p3",
|
| 10 |
+
"sigma": 5,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 3,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"1": "Negative",
|
| 16 |
+
"0": "Neutral",
|
| 17 |
+
"2": "Positive"
|
| 18 |
+
},
|
| 19 |
+
"label2id": {
|
| 20 |
+
"Negative": 1,
|
| 21 |
+
"Neutral": 0,
|
| 22 |
+
"Positive": 2
|
| 23 |
+
},
|
| 24 |
+
"max_len": 512,
|
| 25 |
+
"learning_rate": 1e-05,
|
| 26 |
+
"batch_size": 32,
|
| 27 |
+
"torch_dtype": "float16",
|
| 28 |
+
"source_checkpoint": "best_checkpoint_openai_modernbert_p3_sigma5_finetuned.pt",
|
| 29 |
+
"source_sha256": "999bdb2a8bfb836df5ad6dda767f2a5e299f5965943850996db2c315af819adc",
|
| 30 |
+
"tied_weights": {},
|
| 31 |
+
"kfold_f1": [
|
| 32 |
+
0.967676,
|
| 33 |
+
0.967802,
|
| 34 |
+
0.960133,
|
| 35 |
+
0.943518,
|
| 36 |
+
0.951337
|
| 37 |
+
],
|
| 38 |
+
"mean_f1": 0.958093,
|
| 39 |
+
"mean_accuracy": 0.958305,
|
| 40 |
+
"folds": 5
|
| 41 |
+
}
|
gpt4-openai-classify/modernbert/p3/sigma5/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:56692f808ef905b41065ebf6ce2e45bafef0cde2849bdb181c595ebcb4194d02
|
| 3 |
+
size 791686870
|
gpt4-openai-classify/modernbert/p3/sigma5/not_finetuned/config.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p3-sigma5",
|
| 4 |
+
"qualified_id": "not-finetuning/openai-modernbert-p3-sigma5",
|
| 5 |
+
"track": "not-finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p3",
|
| 10 |
+
"sigma": 5,
|
| 11 |
+
"fine_tuning": "not_finetuned",
|
| 12 |
+
"frozen_backbone": true,
|
| 13 |
+
"num_classes": 3,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"1": "Negative",
|
| 16 |
+
"0": "Neutral",
|
| 17 |
+
"2": "Positive"
|
| 18 |
+
},
|
| 19 |
+
"label2id": {
|
| 20 |
+
"Negative": 1,
|
| 21 |
+
"Neutral": 0,
|
| 22 |
+
"Positive": 2
|
| 23 |
+
},
|
| 24 |
+
"max_len": 512,
|
| 25 |
+
"learning_rate": 0.01,
|
| 26 |
+
"batch_size": 512,
|
| 27 |
+
"torch_dtype": "float16",
|
| 28 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p3_sigma5_not_finetuned.pt",
|
| 29 |
+
"source_sha256": "353a838f132cca5c31e7263b97fb0ce5a7bc1ec84d0bee6cc25b6cb844cd7f4c",
|
| 30 |
+
"tied_weights": {},
|
| 31 |
+
"kfold_f1": [
|
| 32 |
+
0.897891,
|
| 33 |
+
0.927819,
|
| 34 |
+
0.910232,
|
| 35 |
+
0.91292,
|
| 36 |
+
0.88277
|
| 37 |
+
],
|
| 38 |
+
"mean_f1": 0.906326,
|
| 39 |
+
"mean_accuracy": 0.897544,
|
| 40 |
+
"folds": 5
|
| 41 |
+
}
|
gpt4-openai-classify/modernbert/p3/sigma5/not_finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e91bcbc13f04bb8846832a4e97d38386b6665cb231a79bf0ece89ffc0dc6f9ca
|
| 3 |
+
size 789587478
|
gpt4-openai-classify/modernbert/p5/sigma3/finetuned/config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p5-sigma3",
|
| 4 |
+
"qualified_id": "finetuning/openai-modernbert-p5-sigma3",
|
| 5 |
+
"track": "finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p5",
|
| 10 |
+
"sigma": 3,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 5,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "Negative",
|
| 16 |
+
"1": "SlightlyNegative",
|
| 17 |
+
"2": "Neutral",
|
| 18 |
+
"3": "SlightlyPositive",
|
| 19 |
+
"4": "Positive"
|
| 20 |
+
},
|
| 21 |
+
"label2id": {
|
| 22 |
+
"Negative": 0,
|
| 23 |
+
"SlightlyNegative": 1,
|
| 24 |
+
"Neutral": 2,
|
| 25 |
+
"SlightlyPositive": 3,
|
| 26 |
+
"Positive": 4
|
| 27 |
+
},
|
| 28 |
+
"max_len": 512,
|
| 29 |
+
"learning_rate": 1e-05,
|
| 30 |
+
"batch_size": 32,
|
| 31 |
+
"torch_dtype": "float16",
|
| 32 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p5_sigma3_finetuned.pt",
|
| 33 |
+
"source_sha256": "9b9aa8025bb4748303eb0774b35b25b9d163dce1b6c758e4405513b2a6b85bc3",
|
| 34 |
+
"tied_weights": {},
|
| 35 |
+
"kfold_f1": [
|
| 36 |
+
0.54913,
|
| 37 |
+
0.534089,
|
| 38 |
+
0.623491,
|
| 39 |
+
0.590782,
|
| 40 |
+
0.564094
|
| 41 |
+
],
|
| 42 |
+
"mean_f1": 0.572317,
|
| 43 |
+
"mean_accuracy": 0.568022,
|
| 44 |
+
"folds": 5
|
| 45 |
+
}
|
gpt4-openai-classify/modernbert/p5/sigma3/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b23288f2ac11eda8e2ee939b733a68cd1596458c80a8c3bdac1bf8f790a0fc0
|
| 3 |
+
size 791690970
|
gpt4-openai-classify/modernbert/p5/sigma3/not_finetuned/config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p5-sigma3",
|
| 4 |
+
"qualified_id": "not-finetuning/openai-modernbert-p5-sigma3",
|
| 5 |
+
"track": "not-finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p5",
|
| 10 |
+
"sigma": 3,
|
| 11 |
+
"fine_tuning": "not_finetuned",
|
| 12 |
+
"frozen_backbone": true,
|
| 13 |
+
"num_classes": 5,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "Negative",
|
| 16 |
+
"1": "SlightlyNegative",
|
| 17 |
+
"2": "Neutral",
|
| 18 |
+
"3": "SlightlyPositive",
|
| 19 |
+
"4": "Positive"
|
| 20 |
+
},
|
| 21 |
+
"label2id": {
|
| 22 |
+
"Negative": 0,
|
| 23 |
+
"SlightlyNegative": 1,
|
| 24 |
+
"Neutral": 2,
|
| 25 |
+
"SlightlyPositive": 3,
|
| 26 |
+
"Positive": 4
|
| 27 |
+
},
|
| 28 |
+
"max_len": 512,
|
| 29 |
+
"learning_rate": 0.01,
|
| 30 |
+
"batch_size": 512,
|
| 31 |
+
"torch_dtype": "float16",
|
| 32 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p5_sigma3_not_finetuned.pt",
|
| 33 |
+
"source_sha256": "2351627ee911d9bbf85c8b63135961420f491475429aefca1533f47f773e0df1",
|
| 34 |
+
"tied_weights": {},
|
| 35 |
+
"kfold_f1": [
|
| 36 |
+
0.482478,
|
| 37 |
+
0.44619,
|
| 38 |
+
0.516442,
|
| 39 |
+
0.482773,
|
| 40 |
+
0.466412
|
| 41 |
+
],
|
| 42 |
+
"mean_f1": 0.478859,
|
| 43 |
+
"mean_accuracy": 0.493128,
|
| 44 |
+
"folds": 5
|
| 45 |
+
}
|
gpt4-openai-classify/modernbert/p5/sigma3/not_finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a5f10dbb0102b9ccb8d23c2ff513fa78358a6d5a6691c602d0821b7fb45381e
|
| 3 |
+
size 789591586
|
gpt4-openai-classify/modernbert/p5/sigma5/finetuned/config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p5-sigma5",
|
| 4 |
+
"qualified_id": "finetuning/openai-modernbert-p5-sigma5",
|
| 5 |
+
"track": "finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p5",
|
| 10 |
+
"sigma": 5,
|
| 11 |
+
"fine_tuning": "finetuned",
|
| 12 |
+
"frozen_backbone": false,
|
| 13 |
+
"num_classes": 5,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "Negative",
|
| 16 |
+
"1": "SlightlyNegative",
|
| 17 |
+
"2": "Neutral",
|
| 18 |
+
"3": "SlightlyPositive",
|
| 19 |
+
"4": "Positive"
|
| 20 |
+
},
|
| 21 |
+
"label2id": {
|
| 22 |
+
"Negative": 0,
|
| 23 |
+
"SlightlyNegative": 1,
|
| 24 |
+
"Neutral": 2,
|
| 25 |
+
"SlightlyPositive": 3,
|
| 26 |
+
"Positive": 4
|
| 27 |
+
},
|
| 28 |
+
"max_len": 512,
|
| 29 |
+
"learning_rate": 1e-05,
|
| 30 |
+
"batch_size": 32,
|
| 31 |
+
"torch_dtype": "float16",
|
| 32 |
+
"source_checkpoint": "best_checkpoint_openai_modernbert_p5_sigma5_finetuned.pt",
|
| 33 |
+
"source_sha256": "7274678a03f9abc68c0e0e43f93cc4796772770d0d2be1a569a9c68bc34e4760",
|
| 34 |
+
"tied_weights": {},
|
| 35 |
+
"kfold_f1": [
|
| 36 |
+
0.789815,
|
| 37 |
+
0.799176,
|
| 38 |
+
0.844755,
|
| 39 |
+
0.891368,
|
| 40 |
+
0.897354
|
| 41 |
+
],
|
| 42 |
+
"mean_f1": 0.844494,
|
| 43 |
+
"mean_accuracy": 0.849438,
|
| 44 |
+
"folds": 5
|
| 45 |
+
}
|
gpt4-openai-classify/modernbert/p5/sigma5/finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b625058da60146f3c7a899eaf42a0043464437ef9be33a6e0d10a89334cc1e39
|
| 3 |
+
size 791690970
|
gpt4-openai-classify/modernbert/p5/sigma5/not_finetuned/config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mllmsent_format": 1,
|
| 3 |
+
"spec_id": "openai-modernbert-p5-sigma5",
|
| 4 |
+
"qualified_id": "not-finetuning/openai-modernbert-p5-sigma5",
|
| 5 |
+
"track": "not-finetuning",
|
| 6 |
+
"base_model": "answerdotai/ModernBERT-large",
|
| 7 |
+
"caption_mllm": "openai",
|
| 8 |
+
"text_backbone": "modernbert",
|
| 9 |
+
"problem": "p5",
|
| 10 |
+
"sigma": 5,
|
| 11 |
+
"fine_tuning": "not_finetuned",
|
| 12 |
+
"frozen_backbone": true,
|
| 13 |
+
"num_classes": 5,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "Negative",
|
| 16 |
+
"1": "SlightlyNegative",
|
| 17 |
+
"2": "Neutral",
|
| 18 |
+
"3": "SlightlyPositive",
|
| 19 |
+
"4": "Positive"
|
| 20 |
+
},
|
| 21 |
+
"label2id": {
|
| 22 |
+
"Negative": 0,
|
| 23 |
+
"SlightlyNegative": 1,
|
| 24 |
+
"Neutral": 2,
|
| 25 |
+
"SlightlyPositive": 3,
|
| 26 |
+
"Positive": 4
|
| 27 |
+
},
|
| 28 |
+
"max_len": 512,
|
| 29 |
+
"learning_rate": 0.01,
|
| 30 |
+
"batch_size": 512,
|
| 31 |
+
"torch_dtype": "float16",
|
| 32 |
+
"source_checkpoint": "best_checkpoint_gpt4-openai-classify_modernbert_p5_sigma5_not_finetuned.pt",
|
| 33 |
+
"source_sha256": "0f86eef64705bbb2625da6db91d286a030a0f8e78947a10c26caf50ee6079651",
|
| 34 |
+
"tied_weights": {},
|
| 35 |
+
"kfold_f1": [
|
| 36 |
+
0.724433,
|
| 37 |
+
0.683216,
|
| 38 |
+
0.754799,
|
| 39 |
+
0.664623,
|
| 40 |
+
0.784313
|
| 41 |
+
],
|
| 42 |
+
"mean_f1": 0.722277,
|
| 43 |
+
"mean_accuracy": 0.710112,
|
| 44 |
+
"folds": 5
|
| 45 |
+
}
|
gpt4-openai-classify/modernbert/p5/sigma5/not_finetuned/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:15a95c28172684db4dac73e45375d026a22b5cd230956058c9128b620495034c
|
| 3 |
+
size 789591586
|