rigonsallauka commited on
Commit
73a83f5
1 Parent(s): 7f061b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -46,6 +46,13 @@ 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
+
51
+ - eval_loss = 0.34290624315439794
52
+ - f1_score = 0.7720704622812219
53
+ - precision = 0.7724936121316581
54
+ - recall = 0.7716477757556993
55
+
56
  ## How to Use
57
  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:
58