Updated repository
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ model-index:
|
|
24 |
|
25 |
# Text Classification GoEmotions
|
26 |
|
27 |
-
This model is a fined-tuned version of [
|
28 |
The quantized version in ONNX format can be found [here](https://huggingface.co/minuva/MiniLMv2-goemotions-v2-onnx)
|
29 |
|
30 |
# Load the Model
|
@@ -56,5 +56,5 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
# Deployment
|
58 |
|
59 |
-
Check
|
60 |
|
|
|
24 |
|
25 |
# Text Classification GoEmotions
|
26 |
|
27 |
+
This model is a fined-tuned version of [MiniLMv2-L6-H384](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large) on the on the [go_emotions](https://huggingface.co/datasets/go_emotions) dataset.
|
28 |
The quantized version in ONNX format can be found [here](https://huggingface.co/minuva/MiniLMv2-goemotions-v2-onnx)
|
29 |
|
30 |
# Load the Model
|
|
|
56 |
|
57 |
# Deployment
|
58 |
|
59 |
+
Check out our [fast-nlp-text-emotion repository](https://github.com/minuva/fast-nlp-text-emotion) for a FastAPI based server to easily deploy this model on CPU devices.
|
60 |
|