Upload folder using huggingface_hub
Browse files- config.json +1 -1
- model_quantized.onnx +1 -1
- onnx/model.onnx +1 -1
config.json
CHANGED
|
@@ -6,7 +6,6 @@
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"dim": 768,
|
| 8 |
"dropout": 0.1,
|
| 9 |
-
"dtype": "float32",
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "A1",
|
|
@@ -35,6 +34,7 @@
|
|
| 35 |
"seq_classif_dropout": 0.2,
|
| 36 |
"sinusoidal_pos_embds": false,
|
| 37 |
"tie_weights_": true,
|
|
|
|
| 38 |
"transformers_version": "4.55.4",
|
| 39 |
"vocab_size": 30522
|
| 40 |
}
|
|
|
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
"dim": 768,
|
| 8 |
"dropout": 0.1,
|
|
|
|
| 9 |
"hidden_dim": 3072,
|
| 10 |
"id2label": {
|
| 11 |
"0": "A1",
|
|
|
|
| 34 |
"seq_classif_dropout": 0.2,
|
| 35 |
"sinusoidal_pos_embds": false,
|
| 36 |
"tie_weights_": true,
|
| 37 |
+
"torch_dtype": "float32",
|
| 38 |
"transformers_version": "4.55.4",
|
| 39 |
"vocab_size": 30522
|
| 40 |
}
|
model_quantized.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 67583855
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f8da05e72b6f15fc6e5c7ce363b14e2f5b3b9ed6933acf2f1d5f845452d6811
|
| 3 |
size 67583855
|
onnx/model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 67583855
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0f8da05e72b6f15fc6e5c7ce363b14e2f5b3b9ed6933acf2f1d5f845452d6811
|
| 3 |
size 67583855
|