pvl commited on
Commit
7546e11
1 Parent(s): e982f01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -20,11 +20,12 @@ model-index:
20
  - name: F1
21
  type: f1
22
  value: 0.482
 
23
  ---
24
 
25
  # Text Classification GoEmotions
26
 
27
- This a ONNX quantized model and is fined-tuned version of [nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large](https://huggingface.co/nreimers/MiniLMv2-L6-H384-distilled-from-RoBERTa-Large) on the on the [go_emotions](https://huggingface.co/datasets/go_emotions) dataset using [tasinho/text-classification-goemotions](https://huggingface.co/tasinhoque/text-classification-goemotions) as teacher model.
28
  The original model can be found [here](https://huggingface.co/minuva/MiniLMv2-goemotions-v2)
29
 
30
  # Optimum
@@ -164,4 +165,4 @@ The following hyperparameters were used during training:
164
 
165
  # Deployment
166
 
167
- Check [our repository](https://github.com/minuva/emotion-prediction-serverless) to see how to easily deploy this model in a serverless environment with fast CPU inference and light resource utilization.
 
20
  - name: F1
21
  type: f1
22
  value: 0.482
23
+ license: apache-2.0
24
  ---
25
 
26
  # Text Classification GoEmotions
27
 
28
+ This a ONNX quantized model and is 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 using [tasinho/text-classification-goemotions](https://huggingface.co/tasinhoque/text-classification-goemotions) as teacher model.
29
  The original model can be found [here](https://huggingface.co/minuva/MiniLMv2-goemotions-v2)
30
 
31
  # Optimum
 
165
 
166
  # Deployment
167
 
168
+ 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.