Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ Model trained from [roberta-base](https://huggingface.co/roberta-base) on the [g
|
|
20 |
|
21 |
#### ONNX
|
22 |
|
23 |
-
A version of this model in ONNX format (including an INT8 quantized ONNX version) is now available at [https://huggingface.co/SamLowe/roberta-base-go_emotions-onnx](https://huggingface.co/SamLowe/roberta-base-go_emotions-onnx). These are faster for inference, esp for smaller batch sizes, massively reduce the size of the dependencies required for inference, make the model
|
24 |
|
25 |
#### Dataset used for the model
|
26 |
|
|
|
20 |
|
21 |
#### ONNX
|
22 |
|
23 |
+
A version of this model in ONNX format (including an INT8 quantized ONNX version) is now available at [https://huggingface.co/SamLowe/roberta-base-go_emotions-onnx](https://huggingface.co/SamLowe/roberta-base-go_emotions-onnx). These are faster for inference, esp for smaller batch sizes, massively reduce the size of the dependencies required for inference, make inference of the model more multi-platform, and in the case of the quantized version reduce the model file/download size by 75% whilst retaining almost all the accuracy if you only need inference.
|
24 |
|
25 |
#### Dataset used for the model
|
26 |
|