SamLowe commited on
Commit
0368ac9
1 Parent(s): 9045a39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- An 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)
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 the model much 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.
24
 
25
  #### Dataset used for the model
26