Update README.md
Browse files
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
|
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 |
|