rigonsallauka commited on
Commit
9752f9b
1 Parent(s): 8454005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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