rigonsallauka
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,13 @@ tags:
|
|
47 |
- **Loss Function**: Focal Loss to handle class imbalance
|
48 |
- **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
## How to Use
|
51 |
You can easily use this model with the Hugging Face `transformers` library. Here's an example of how to load and use the model for inference:
|
52 |
|
|
|
47 |
- **Loss Function**: Focal Loss to handle class imbalance
|
48 |
- **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
|
49 |
|
50 |
+
## Evaluation metrics
|
51 |
+
- eval_loss = 0.2966328261132536
|
52 |
+
- f1_score = 0.7869508628049208
|
53 |
+
- precision = 0.7893554696639308
|
54 |
+
- recall = 0.7845608617193459
|
55 |
+
|
56 |
+
|
57 |
## How to Use
|
58 |
You can easily use this model with the Hugging Face `transformers` library. Here's an example of how to load and use the model for inference:
|
59 |
|