Add training configuration
Browse files- training_config.json +9 -9
training_config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"batch_size": 8,
|
| 6 |
"gradient_accumulation_steps": 4,
|
| 7 |
"learning_rate": 1e-05,
|
| 8 |
-
"num_epochs":
|
| 9 |
"max_length": 256,
|
| 10 |
"class_weights": [
|
| 11 |
0.5,
|
|
@@ -23,15 +23,15 @@
|
|
| 23 |
"model": "XLM-RoBERTa-large",
|
| 24 |
"preprocessing": "Translation + Emoji to Devanagari",
|
| 25 |
"strategy": "standard",
|
| 26 |
-
"test_accuracy": 0.
|
| 27 |
-
"test_precision": 0.
|
| 28 |
-
"test_recall": 0.
|
| 29 |
-
"test_f1": 0.
|
| 30 |
"per_class_f1": {
|
| 31 |
-
"NO": 0.
|
| 32 |
-
"OO": 0.
|
| 33 |
-
"OR": 0.
|
| 34 |
-
"OS": 0.
|
| 35 |
}
|
| 36 |
}
|
| 37 |
}
|
|
|
|
| 5 |
"batch_size": 8,
|
| 6 |
"gradient_accumulation_steps": 4,
|
| 7 |
"learning_rate": 1e-05,
|
| 8 |
+
"num_epochs": 6,
|
| 9 |
"max_length": 256,
|
| 10 |
"class_weights": [
|
| 11 |
0.5,
|
|
|
|
| 23 |
"model": "XLM-RoBERTa-large",
|
| 24 |
"preprocessing": "Translation + Emoji to Devanagari",
|
| 25 |
"strategy": "standard",
|
| 26 |
+
"test_accuracy": 0.7034482758620689,
|
| 27 |
+
"test_precision": 0.5173872140618855,
|
| 28 |
+
"test_recall": 0.5978193320050568,
|
| 29 |
+
"test_f1": 0.5465373293134592,
|
| 30 |
"per_class_f1": {
|
| 31 |
+
"NO": 0.7824540604623592,
|
| 32 |
+
"OO": 0.6305609284332689,
|
| 33 |
+
"OR": 0.37313432835820903,
|
| 34 |
+
"OS": 0.39999999999999997
|
| 35 |
}
|
| 36 |
}
|
| 37 |
}
|