SamLowe commited on
Commit
8bfb1d4
1 Parent(s): 5b21a8d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ This model is the ONNX version of [https://huggingface.co/SamLowe/roberta-base-g
27
  - is faster in inference than normal Transformers, particularly for smaller batch sizes
28
  - in my tests about 2x to 3x as fast for a batch size of 1 on a 8 core 11th gen i7 CPU using ONNXRuntime
29
 
30
- ### Quaantized (INT8) ONNX version
31
 
32
  `onnx/model_quantized.onnx` is the int8 quantized version
33
 
 
27
  - is faster in inference than normal Transformers, particularly for smaller batch sizes
28
  - in my tests about 2x to 3x as fast for a batch size of 1 on a 8 core 11th gen i7 CPU using ONNXRuntime
29
 
30
+ ### Quantized (INT8) ONNX version
31
 
32
  `onnx/model_quantized.onnx` is the int8 quantized version
33