Update readme
Browse files
README.md
CHANGED
@@ -4,6 +4,11 @@ license: apache-2.0
|
|
4 |
datasets:
|
5 |
- sst2
|
6 |
- glue
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# Dynamically quantized DistilBERT base uncased finetuned SST-2
|
@@ -27,4 +32,4 @@ To load the quantized model, you can do as follows:
|
|
27 |
from optimum.intel.neural_compressor.quantization import IncQuantizedModelForSequenceClassification
|
28 |
|
29 |
model = IncQuantizedModelForSequenceClassification.from_pretrained("echarlaix/distilbert-base-uncased-finetuned-sst-2-english-int8-dynamic")
|
30 |
-
```
|
|
|
4 |
datasets:
|
5 |
- sst2
|
6 |
- glue
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
+
tags:
|
10 |
+
- text-classfication
|
11 |
+
- int8
|
12 |
---
|
13 |
|
14 |
# Dynamically quantized DistilBERT base uncased finetuned SST-2
|
|
|
32 |
from optimum.intel.neural_compressor.quantization import IncQuantizedModelForSequenceClassification
|
33 |
|
34 |
model = IncQuantizedModelForSequenceClassification.from_pretrained("echarlaix/distilbert-base-uncased-finetuned-sst-2-english-int8-dynamic")
|
35 |
+
```
|