z1a1q1 commited on
Commit
5b762b3
·
verified ·
1 Parent(s): 714eb0f

Adding ONNX file of this model

Browse files

Beep boop I am the [ONNX export bot 🤖🏎️](https://huggingface.co/spaces/onnx/export). On behalf of [z1a1q1](https://huggingface.co/z1a1q1), I would like to add to this repository the model converted to ONNX.

What is ONNX? It stands for "Open Neural Network Exchange", and is the most commonly used open standard for machine learning interoperability. You can find out more at [onnx.ai](https://onnx.ai/)!

The exported ONNX model can be then be consumed by various backends as TensorRT or TVM, or simply be used in a few lines with 🤗 Optimum through ONNX Runtime, check out how [here](https://huggingface.co/docs/optimum/main/en/onnxruntime/usage_guides/models)!

onnx/config.json CHANGED
@@ -28,6 +28,6 @@
28
  "seq_classif_dropout": 0.2,
29
  "sinusoidal_pos_embds": false,
30
  "tie_weights_": true,
31
- "transformers_version": "4.34.0",
32
  "vocab_size": 30522
33
  }
 
28
  "seq_classif_dropout": 0.2,
29
  "sinusoidal_pos_embds": false,
30
  "tie_weights_": true,
31
+ "transformers_version": "4.37.2",
32
  "vocab_size": 30522
33
  }
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:252cf7048af94a1599019fef35961b2bd3d6db13df0b0a4b032b92baeae31939
3
- size 267955711
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6f0969b9b2337fccd2d2e3481fe3fc4b0918efeb1a5aa08257627fe6a82c7f9
3
+ size 267955712
onnx/tokenizer_config.json CHANGED
@@ -41,7 +41,6 @@
41
  "special": true
42
  }
43
  },
44
- "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_basic_tokenize": true,
 
41
  "special": true
42
  }
43
  },
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_basic_tokenize": true,