Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
|
6 |
# Text Classification GoEmotions
|
7 |
|
8 |
-
This model is a fined-tuned version of [nreimers/MiniLMv2-L6-H384-distilled-from-BERT-Large](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-BERT-Large) on the on the [Jigsaw 1st Kaggle competition](https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge) dataset using [
|
9 |
|
10 |
# Load the Model
|
11 |
|
@@ -26,14 +26,14 @@ The following hyperparameters were used during training:
|
|
26 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
27 |
- lr_scheduler_type: linear
|
28 |
- num_epochs: 10
|
29 |
-
-
|
30 |
|
31 |
|
32 |
# Metrics (comparison with teacher model)
|
33 |
|
34 |
| Teacher (params) | Student (params) | Set (metric) | Score (teacher) | Score (student) |
|
35 |
|--------------------|-------------|----------|--------| --------|
|
36 |
-
| unitary/toxic-bert (110M) |
|
37 |
|
38 |
# Training Code, Evaluation & Deployment
|
39 |
|
|
|
5 |
|
6 |
# Text Classification GoEmotions
|
7 |
|
8 |
+
This model is a fined-tuned version of [nreimers/MiniLMv2-L6-H384-distilled-from-BERT-Large](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-BERT-Large) on the on the [Jigsaw 1st Kaggle competition](https://www.kaggle.com/competitions/jigsaw-toxic-comment-classification-challenge) dataset using [unitary/toxic-bert](https://huggingface.co/unitary/toxic-bert) as teacher model.
|
9 |
|
10 |
# Load the Model
|
11 |
|
|
|
26 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
27 |
- lr_scheduler_type: linear
|
28 |
- num_epochs: 10
|
29 |
+
- warmup_ratio: 0.1
|
30 |
|
31 |
|
32 |
# Metrics (comparison with teacher model)
|
33 |
|
34 |
| Teacher (params) | Student (params) | Set (metric) | Score (teacher) | Score (student) |
|
35 |
|--------------------|-------------|----------|--------| --------|
|
36 |
+
| unitary/toxic-bert (110M) | MiniLMv2-L6-H384-goemotions-v2 (33M) | Test (ROC_AUC) | 0.98636 | 0.98600 |
|
37 |
|
38 |
# Training Code, Evaluation & Deployment
|
39 |
|