rigonsallauka commited on
Commit
cadbf74
1 Parent(s): 6f86101

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -43,7 +43,8 @@ tags:
43
  - **Learning Rate**: 3e-5
44
  - **Batch Size**: 64
45
  - **Epochs**: 200
46
- - **Loss Function**: Focal Loss to handle class imbalance
 
47
  - **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
48
 
49
  ## Evaluation metrics
@@ -52,6 +53,8 @@ tags:
52
  - precision = 0.759089632772006
53
  - recall = 0.7528393482105897
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
 
 
43
  - **Learning Rate**: 3e-5
44
  - **Batch Size**: 64
45
  - **Epochs**: 200
46
+ - **Loss Function**
47
+ : Focal Loss to handle class imbalance
48
  - **Frameworks**: PyTorch, Hugging Face Transformers, SimpleTransformers
49
 
50
  ## Evaluation metrics
 
53
  - precision = 0.759089632772006
54
  - recall = 0.7528393482105897
55
 
56
+ Visit [HUMADEX/Weekly-Supervised-NER-pipline](https://github.com/HUMADEX/Weekly-Supervised-NER-pipline) for more info.
57
+
58
  ## How to Use
59
  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:
60