rigonsallauka
commited on
Commit
•
3faee84
1
Parent(s):
d4ddfc6
Update README.md
Browse files
README.md
CHANGED
@@ -46,6 +46,12 @@ tags:
|
|
46 |
- **Loss Function**: Focal Loss to handle class imbalance
|
47 |
- **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
|
48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
## How to Use
|
50 |
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:
|
51 |
|
|
|
46 |
- **Loss Function**: Focal Loss to handle class imbalance
|
47 |
- **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
|
48 |
|
49 |
+
## Evaluation metrics
|
50 |
+
- eval_loss = 0.33073930588338835
|
51 |
+
- f1_score = 0.7760717035401444
|
52 |
+
- precision = 0.7713543170661277
|
53 |
+
- recall = 0.7808471454880295
|
54 |
+
|
55 |
## How to Use
|
56 |
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:
|
57 |
|