bconsolvo commited on
Commit
99a8c61
1 Parent(s): a635765

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ model-index:
27
 
28
  ## Model Details: INT8 DistilBERT base uncased finetuned SST-2
29
 
30
- This model is already fine-tuned and quantized to INT8 (post-training static quantization) from the original FP32 model ([distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english)).
31
  The same model is provided in two different formats: PyTorch and ONNX.
32
 
33
  | Model Detail | Description |
 
27
 
28
  ## Model Details: INT8 DistilBERT base uncased finetuned SST-2
29
 
30
+ This model is a fine-tuned DistilBERT model for the downstream task of sentiment classification, training on the [SST-2 dataset](https://huggingface.co/datasets/sst2) and quantized to INT8 (post-training static quantization) from the original FP32 model ([distilbert-base-uncased-finetuned-sst-2-english](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english)).
31
  The same model is provided in two different formats: PyTorch and ONNX.
32
 
33
  | Model Detail | Description |