Update README
Browse files
README.md
CHANGED
@@ -34,11 +34,15 @@ should probably proofread and complete it, then remove this comment. -->
|
|
34 |
> **Note**
|
35 |
> This model was trained for only 1 epoch and is shared for testing purposes.
|
36 |
|
37 |
-
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the GLUE SST2 dataset.
|
|
|
|
|
|
|
38 |
It achieves the following results on the evaluation set:
|
39 |
- Loss: 0.2181
|
40 |
- Accuracy: 0.9255
|
41 |
|
|
|
42 |
## Model description
|
43 |
|
44 |
More information needed
|
|
|
34 |
> **Note**
|
35 |
> This model was trained for only 1 epoch and is shared for testing purposes.
|
36 |
|
37 |
+
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the GLUE SST2 dataset.
|
38 |
+
It was compressed with [NNCF](https://github.com/openvinotoolkit/nncf) following the [Optimum JPQD text-classification
|
39 |
+
example](https://github.com/huggingface/optimum-intel/tree/main/examples/openvino/text-classification)
|
40 |
+
|
41 |
It achieves the following results on the evaluation set:
|
42 |
- Loss: 0.2181
|
43 |
- Accuracy: 0.9255
|
44 |
|
45 |
+
|
46 |
## Model description
|
47 |
|
48 |
More information needed
|