Ngit commited on
Commit
16573cd
·
1 Parent(s): a869d2e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -96,9 +96,9 @@ The following hyperparameters were used during training:
96
 
97
  | Teacher (params) | Student (params) | Set (metric) | Score (teacher) | Score (student) |
98
  |--------------------|-------------|----------|--------| --------|
99
- | unitary/toxic-bert (110M) | MiniLMv2-L6-H384-goemotions-v2-onnx (23M) | Test (ROC_AUC) | 0.98636 | 0.98600 |
100
 
101
- # Training Code, Evaluation & Deployment
102
 
103
- Check
104
 
 
96
 
97
  | Teacher (params) | Student (params) | Set (metric) | Score (teacher) | Score (student) |
98
  |--------------------|-------------|----------|--------| --------|
99
+ | unitary/toxic-bert (110M) | MiniLMv2-L6-H384-goemotions-v2-onnx (23M) | Test (ROC_AUC) | 0.98636 | 0.98130 |
100
 
101
+ # Deployment
102
 
103
+ Check [this repository](https://github.com/minuva/toxicity-prediction-serverless) to see how to easily deploy this model in a serverless environment with fast CPU inference.
104