Fix table scores
Browse files
README.md
CHANGED
@@ -51,8 +51,8 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
| Teacher (params) | Student (params) | Set | Score (teacher) | Score (student) |
|
53 |
|--------------------|-------------|----------|--------| --------|
|
54 |
-
| tasinhoque/text-classification-goemotions (355M) | MiniLMv2-
|
55 |
-
| tasinhoque/text-classification-goemotions (33M) | MiniLMv2-
|
56 |
|
57 |
# Deployment
|
58 |
|
|
|
51 |
|
52 |
| Teacher (params) | Student (params) | Set | Score (teacher) | Score (student) |
|
53 |
|--------------------|-------------|----------|--------| --------|
|
54 |
+
| tasinhoque/text-classification-goemotions (355M) | MiniLMv2-goemotions-v2 | Validation | 0.514252 |0.484898 |
|
55 |
+
| tasinhoque/text-classification-goemotions (33M) | MiniLMv2-goemotions-v2 | Test | 0.501937 | 0.486890 |
|
56 |
|
57 |
# Deployment
|
58 |
|