Add ONNX export (base)
Browse files- base/config.json +2 -5
- base/model.onnx +3 -0
base/config.json
CHANGED
|
@@ -3,9 +3,7 @@
|
|
| 3 |
"DebertaV2ForTokenClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
-
"
|
| 7 |
-
"dtype": "float16",
|
| 8 |
-
"eos_token_id": null,
|
| 9 |
"hidden_act": "gelu",
|
| 10 |
"hidden_dropout_prob": 0.1,
|
| 11 |
"hidden_size": 768,
|
|
@@ -77,8 +75,7 @@
|
|
| 77 |
"position_buckets": 256,
|
| 78 |
"relative_attention": true,
|
| 79 |
"share_att_key": true,
|
| 80 |
-
"
|
| 81 |
-
"transformers_version": "5.6.0",
|
| 82 |
"type_vocab_size": 0,
|
| 83 |
"use_cache": false,
|
| 84 |
"vocab_size": 128100
|
|
|
|
| 3 |
"DebertaV2ForTokenClassification"
|
| 4 |
],
|
| 5 |
"attention_probs_dropout_prob": 0.1,
|
| 6 |
+
"dtype": "float32",
|
|
|
|
|
|
|
| 7 |
"hidden_act": "gelu",
|
| 8 |
"hidden_dropout_prob": 0.1,
|
| 9 |
"hidden_size": 768,
|
|
|
|
| 75 |
"position_buckets": 256,
|
| 76 |
"relative_attention": true,
|
| 77 |
"share_att_key": true,
|
| 78 |
+
"transformers_version": "4.57.6",
|
|
|
|
| 79 |
"type_vocab_size": 0,
|
| 80 |
"use_cache": false,
|
| 81 |
"vocab_size": 128100
|
base/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d967579ee1f769e2ab1ab676a7a05ba95af689029da28ecc82404701973fe8ba
|
| 3 |
+
size 736300055
|