Upload training_stats.json with huggingface_hub
Browse files- training_stats.json +31 -0
training_stats.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"final_accuracy": 0.9853,
|
| 3 |
+
"final_loss": 0.0221,
|
| 4 |
+
"base_model": "finmigodeveloper/distilbert-transaction-classifier",
|
| 5 |
+
"lora_config": {
|
| 6 |
+
"r": 8,
|
| 7 |
+
"lora_alpha": 16,
|
| 8 |
+
"target_modules": [
|
| 9 |
+
"k_lin",
|
| 10 |
+
"q_lin",
|
| 11 |
+
"v_lin",
|
| 12 |
+
"out_lin"
|
| 13 |
+
],
|
| 14 |
+
"lora_dropout": 0.1
|
| 15 |
+
},
|
| 16 |
+
"trainable_parameters": 893194,
|
| 17 |
+
"total_parameters": 67854356,
|
| 18 |
+
"compression_ratio": "1.32%",
|
| 19 |
+
"categories": [
|
| 20 |
+
"Charity & Donations",
|
| 21 |
+
"Entertainment & Recreation",
|
| 22 |
+
"Financial Services",
|
| 23 |
+
"Food & Dining",
|
| 24 |
+
"Government & Legal",
|
| 25 |
+
"Healthcare & Medical",
|
| 26 |
+
"Income",
|
| 27 |
+
"Shopping & Retail",
|
| 28 |
+
"Transportation",
|
| 29 |
+
"Utilities & Services"
|
| 30 |
+
]
|
| 31 |
+
}
|