Adding OpenVINO file of this model
Browse filesBeep boop I am the [OpenVINO exporter bot 🤖](https://huggingface.co/spaces/echarlaix/openvino-export). On behalf of [echarlaix](https://huggingface.co/echarlaix), I would like to add to this repository the exported OpenVINO model.
- config.json +2 -2
- openvino_model.bin +3 -0
- openvino_model.xml +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -30,6 +30,6 @@
|
|
30 |
"sinusoidal_pos_embds": false,
|
31 |
"tie_weights_": true,
|
32 |
"torch_dtype": "float32",
|
33 |
-
"transformers_version": "4.
|
34 |
"vocab_size": 30522
|
35 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "echarlaix/distilbert-sst2-inc-dynamic-quantization-magnitude-pruning-0.1",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
30 |
"sinusoidal_pos_embds": false,
|
31 |
"tie_weights_": true,
|
32 |
"torch_dtype": "float32",
|
33 |
+
"transformers_version": "4.27.2",
|
34 |
"vocab_size": 30522
|
35 |
}
|
openvino_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f13490c45b096795f4a00f0856d33c27807fd1064c8280843bee2e6f741cea5
|
3 |
+
size 267670668
|
openvino_model.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|