Instructions to use Vandita/TinyBERT-Linear with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Vandita/TinyBERT-Linear with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Vandita/TinyBERT-Linear", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload custom_tinybert_eval_results.json with huggingface_hub
Browse files
custom_tinybert_eval_results.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
| 1 |
{
|
| 2 |
"Best_Validation": {
|
| 3 |
-
"Accuracy": 0.
|
| 4 |
-
"Precision": 0.
|
| 5 |
-
"Recall": 0.
|
| 6 |
-
"F1": 0.
|
| 7 |
-
"MCC": 0.
|
| 8 |
-
"ROC_AUC": 0.
|
| 9 |
},
|
| 10 |
"SarcOjiTest1": {
|
| 11 |
-
"Accuracy": 0.
|
| 12 |
-
"Precision": 0.
|
| 13 |
-
"Recall": 0.
|
| 14 |
-
"F1": 0.
|
| 15 |
-
"MCC": 0.
|
| 16 |
-
"ROC_AUC": 0.
|
| 17 |
},
|
| 18 |
"SarcOjiTest2": {
|
| 19 |
-
"Accuracy": 0.
|
| 20 |
-
"Precision": 0.
|
| 21 |
-
"Recall": 0.
|
| 22 |
-
"F1": 0.
|
| 23 |
-
"MCC": 0.
|
| 24 |
-
"ROC_AUC": 0.
|
| 25 |
},
|
| 26 |
"Hyperparameters": {
|
| 27 |
-
"Temperature":
|
| 28 |
-
"Alpha": 0.
|
| 29 |
}
|
| 30 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"Best_Validation": {
|
| 3 |
+
"Accuracy": 0.8842750170183798,
|
| 4 |
+
"Precision": 0.837384744341995,
|
| 5 |
+
"Recall": 0.8724890829694323,
|
| 6 |
+
"F1": 0.8545765611633875,
|
| 7 |
+
"MCC": 0.7589854157866412,
|
| 8 |
+
"ROC_AUC": 0.9520835515115795
|
| 9 |
},
|
| 10 |
"SarcOjiTest1": {
|
| 11 |
+
"Accuracy": 0.5906198118428334,
|
| 12 |
+
"Precision": 0.6351091142490373,
|
| 13 |
+
"Recall": 0.5206524598789792,
|
| 14 |
+
"F1": 0.5722133873066358,
|
| 15 |
+
"MCC": 0.19043908932464307,
|
| 16 |
+
"ROC_AUC": 0.6487575221516122
|
| 17 |
},
|
| 18 |
"SarcOjiTest2": {
|
| 19 |
+
"Accuracy": 0.6574367088607594,
|
| 20 |
+
"Precision": 0.3832752613240418,
|
| 21 |
+
"Recall": 0.6096595407759303,
|
| 22 |
+
"F1": 0.4706601466992665,
|
| 23 |
+
"MCC": 0.250357889600232,
|
| 24 |
+
"ROC_AUC": 0.7006817993474248
|
| 25 |
},
|
| 26 |
"Hyperparameters": {
|
| 27 |
+
"Temperature": 3.0,
|
| 28 |
+
"Alpha": 0.8
|
| 29 |
}
|
| 30 |
}
|