π Incremental label | Acc: 0.500, F1: 0.356
Browse files- README.md +9 -9
- {checkpoint-5 β checkpoint-10}/config.json +0 -0
- {checkpoint-5 β checkpoint-10}/model.safetensors +1 -1
- {checkpoint-5 β checkpoint-10}/special_tokens_map.json +0 -0
- {checkpoint-5 β checkpoint-10}/tokenizer.json +0 -0
- {checkpoint-5 β checkpoint-10}/tokenizer_config.json +0 -0
- {checkpoint-5 β checkpoint-10}/trainer_state.json +23 -16
- {checkpoint-5 β checkpoint-10}/vocab.txt +0 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -21,19 +21,19 @@ Fine-tuned FinBERT model for financial sentiment analysis in TradePulse.
|
|
| 21 |
|
| 22 |
## Performance
|
| 23 |
|
| 24 |
-
*Last training: 2025-07-29
|
| 25 |
-
*Dataset: `news_20250729.csv` (
|
| 26 |
|
| 27 |
| Metric | Value |
|
| 28 |
|--------|-------|
|
| 29 |
-
| Loss |
|
| 30 |
-
| Accuracy |
|
| 31 |
-
| F1 Score |
|
| 32 |
|
| 33 |
-
| F1 Macro |
|
| 34 |
|
| 35 |
-
| Precision |
|
| 36 |
-
| Recall |
|
| 37 |
|
| 38 |
## Training Details
|
| 39 |
|
|
@@ -65,4 +65,4 @@ predictions = outputs.logits.softmax(dim=-1)
|
|
| 65 |
## Model Card Authors
|
| 66 |
|
| 67 |
- TradePulse ML Team
|
| 68 |
-
- Auto-generated on 2025-07-29
|
|
|
|
| 21 |
|
| 22 |
## Performance
|
| 23 |
|
| 24 |
+
*Last training: 2025-07-29 09:27*
|
| 25 |
+
*Dataset: `news_20250729.csv` (53 samples)*
|
| 26 |
|
| 27 |
| Metric | Value |
|
| 28 |
|--------|-------|
|
| 29 |
+
| Loss | 2.1347 |
|
| 30 |
+
| Accuracy | 0.5714 |
|
| 31 |
+
| F1 Score | 0.5536 |
|
| 32 |
|
| 33 |
+
| F1 Macro | 0.5536 |
|
| 34 |
|
| 35 |
+
| Precision | 0.6429 |
|
| 36 |
+
| Recall | 0.5714 |
|
| 37 |
|
| 38 |
## Training Details
|
| 39 |
|
|
|
|
| 65 |
## Model Card Authors
|
| 66 |
|
| 67 |
- TradePulse ML Team
|
| 68 |
+
- Auto-generated on 2025-07-29 09:27:33
|
{checkpoint-5 β checkpoint-10}/config.json
RENAMED
|
File without changes
|
{checkpoint-5 β checkpoint-10}/model.safetensors
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439039996
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:762e4b5f3de0d6932bc387b2ca47fab34971ea86f950d431db351f7d5269f6ba
|
| 3 |
size 439039996
|
{checkpoint-5 β checkpoint-10}/special_tokens_map.json
RENAMED
|
File without changes
|
{checkpoint-5 β checkpoint-10}/tokenizer.json
RENAMED
|
File without changes
|
{checkpoint-5 β checkpoint-10}/tokenizer_config.json
RENAMED
|
File without changes
|
{checkpoint-5 β checkpoint-10}/trainer_state.json
RENAMED
|
@@ -1,31 +1,38 @@
|
|
| 1 |
{
|
| 2 |
-
"best_metric":
|
| 3 |
-
"best_model_checkpoint": "hf-sentiment-production/checkpoint-
|
| 4 |
"epoch": 1.0,
|
| 5 |
"eval_steps": 500,
|
| 6 |
-
"global_step":
|
| 7 |
"is_hyper_param_search": false,
|
| 8 |
"is_local_process_zero": true,
|
| 9 |
"is_world_process_zero": true,
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 1.0,
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
"eval_steps_per_second": 0.515,
|
| 24 |
-
"step":
|
| 25 |
}
|
| 26 |
],
|
| 27 |
"logging_steps": 10,
|
| 28 |
-
"max_steps":
|
| 29 |
"num_input_tokens_seen": 0,
|
| 30 |
"num_train_epochs": 2,
|
| 31 |
"save_steps": 500,
|
|
@@ -50,7 +57,7 @@
|
|
| 50 |
"attributes": {}
|
| 51 |
}
|
| 52 |
},
|
| 53 |
-
"total_flos":
|
| 54 |
"train_batch_size": 4,
|
| 55 |
"trial_name": null,
|
| 56 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_metric": 0.5535714285714286,
|
| 3 |
+
"best_model_checkpoint": "hf-sentiment-production/checkpoint-10",
|
| 4 |
"epoch": 1.0,
|
| 5 |
"eval_steps": 500,
|
| 6 |
+
"global_step": 10,
|
| 7 |
"is_hyper_param_search": false,
|
| 8 |
"is_local_process_zero": true,
|
| 9 |
"is_world_process_zero": true,
|
| 10 |
"log_history": [
|
| 11 |
{
|
| 12 |
"epoch": 1.0,
|
| 13 |
+
"grad_norm": 116.80064392089844,
|
| 14 |
+
"learning_rate": 9.090909090909091e-06,
|
| 15 |
+
"loss": 2.1666,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 1.0,
|
| 20 |
+
"eval_accuracy": 0.5714285714285714,
|
| 21 |
+
"eval_f1": 0.5535714285714286,
|
| 22 |
+
"eval_f1_macro": 0.5787037037037037,
|
| 23 |
+
"eval_loss": 2.1347310543060303,
|
| 24 |
+
"eval_precision": 0.6428571428571429,
|
| 25 |
+
"eval_precision_macro": 0.7222222222222222,
|
| 26 |
+
"eval_recall": 0.5714285714285714,
|
| 27 |
+
"eval_recall_macro": 0.5555555555555555,
|
| 28 |
+
"eval_runtime": 7.7629,
|
| 29 |
+
"eval_samples_per_second": 1.803,
|
| 30 |
"eval_steps_per_second": 0.515,
|
| 31 |
+
"step": 10
|
| 32 |
}
|
| 33 |
],
|
| 34 |
"logging_steps": 10,
|
| 35 |
+
"max_steps": 20,
|
| 36 |
"num_input_tokens_seen": 0,
|
| 37 |
"num_train_epochs": 2,
|
| 38 |
"save_steps": 500,
|
|
|
|
| 57 |
"attributes": {}
|
| 58 |
}
|
| 59 |
},
|
| 60 |
+
"total_flos": 10261423291392.0,
|
| 61 |
"train_batch_size": 4,
|
| 62 |
"trial_name": null,
|
| 63 |
"trial_params": null
|
{checkpoint-5 β checkpoint-10}/vocab.txt
RENAMED
|
File without changes
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 439039996
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:762e4b5f3de0d6932bc387b2ca47fab34971ea86f950d431db351f7d5269f6ba
|
| 3 |
size 439039996
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5521
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b8f159013fb904e2f36d2e95adb0ed11cf2cbd3e2b66c3ee3ec1d0c1082226e
|
| 3 |
size 5521
|