Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- README.md +7 -7
- config.json +4 -4
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
|
| 2 |
---
|
| 3 |
language: en
|
| 4 |
license: apache-2.0
|
|
@@ -7,17 +6,18 @@ tags:
|
|
| 7 |
- sentiment-analysis
|
| 8 |
- modernbert
|
| 9 |
- financial-nlp
|
|
|
|
| 10 |
datasets:
|
| 11 |
- neoyipeng/financial_reasoning_aggregated
|
| 12 |
metrics:
|
| 13 |
- accuracy
|
| 14 |
widget:
|
| 15 |
-
- text:
|
| 16 |
-
example_title:
|
| 17 |
-
- text:
|
| 18 |
-
example_title:
|
| 19 |
-
- text:
|
| 20 |
-
example_title:
|
| 21 |
---
|
| 22 |
|
| 23 |
# ModernFinBERT: Financial Sentiment Analysis
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
license: apache-2.0
|
|
|
|
| 6 |
- sentiment-analysis
|
| 7 |
- modernbert
|
| 8 |
- financial-nlp
|
| 9 |
+
- unsloth
|
| 10 |
datasets:
|
| 11 |
- neoyipeng/financial_reasoning_aggregated
|
| 12 |
metrics:
|
| 13 |
- accuracy
|
| 14 |
widget:
|
| 15 |
+
- text: The company reported strong quarterly earnings with revenue beating expectations.
|
| 16 |
+
example_title: Positive Example
|
| 17 |
+
- text: Stock prices fell sharply following disappointing guidance from management.
|
| 18 |
+
example_title: Negative Example
|
| 19 |
+
- text: The merger is expected to close in Q3 pending regulatory approval.
|
| 20 |
+
example_title: Neutral Example
|
| 21 |
---
|
| 22 |
|
| 23 |
# ModernFinBERT: Financial Sentiment Analysis
|
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,
|
|
@@ -12,9 +12,8 @@
|
|
| 12 |
"cls_token_id": 50281,
|
| 13 |
"decoder_bias": true,
|
| 14 |
"deterministic_flash_attn": false,
|
| 15 |
-
"dtype": "float16",
|
| 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,
|
|
@@ -51,7 +50,8 @@
|
|
| 51 |
"sep_token_id": 50282,
|
| 52 |
"sparse_pred_ignore_index": -100,
|
| 53 |
"sparse_prediction": false,
|
| 54 |
-
"
|
|
|
|
| 55 |
"unsloth_version": "2025.9.2",
|
| 56 |
"vocab_size": 50368
|
| 57 |
}
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 50281,
|
| 8 |
"classifier_activation": "gelu",
|
| 9 |
"classifier_bias": false,
|
| 10 |
"classifier_dropout": 0.0,
|
|
|
|
| 12 |
"cls_token_id": 50281,
|
| 13 |
"decoder_bias": true,
|
| 14 |
"deterministic_flash_attn": false,
|
|
|
|
| 15 |
"embedding_dropout": 0.0,
|
| 16 |
+
"eos_token_id": 50282,
|
| 17 |
"global_attn_every_n_layers": 3,
|
| 18 |
"global_rope_theta": 160000.0,
|
| 19 |
"gradient_checkpointing": false,
|
|
|
|
| 50 |
"sep_token_id": 50282,
|
| 51 |
"sparse_pred_ignore_index": -100,
|
| 52 |
"sparse_prediction": false,
|
| 53 |
+
"torch_dtype": "float16",
|
| 54 |
+
"transformers_version": "4.55.4",
|
| 55 |
"unsloth_version": "2025.9.2",
|
| 56 |
"vocab_size": 50368
|
| 57 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 299228486
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4f04dfd6254eb7e98fe4e23f4a6c739ecc2e0993b47584c3f68fa55f4bde0577
|
| 3 |
size 299228486
|