Update README.md
Browse files
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.
|
100 |
|
101 |
-
#
|
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 |
|