chidamnat2002
commited on
Commit
•
8ed9187
1
Parent(s):
91d3be7
Upload 10 files
Browse files- config.json +2 -3
- onnx/model.onnx +1 -1
- onnx/model_fp16.onnx +1 -1
- onnx/model_q4.onnx +1 -1
- onnx/model_quantized.onnx +1 -1
- quantize_config.json +2 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MobileBertForSequenceClassification"
|
5 |
],
|
@@ -42,8 +42,7 @@
|
|
42 |
"num_feedforward_networks": 4,
|
43 |
"num_hidden_layers": 24,
|
44 |
"pad_token_id": 0,
|
45 |
-
"
|
46 |
-
"transformers_version": "4.44.2",
|
47 |
"trigram_input": true,
|
48 |
"true_hidden_size": 128,
|
49 |
"type_vocab_size": 2,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "chidamnat2002/mobilebert-uncased-finetuned-LoRA-intent-classifier",
|
3 |
"architectures": [
|
4 |
"MobileBertForSequenceClassification"
|
5 |
],
|
|
|
42 |
"num_feedforward_networks": 4,
|
43 |
"num_hidden_layers": 24,
|
44 |
"pad_token_id": 0,
|
45 |
+
"transformers_version": "4.43.4",
|
|
|
46 |
"trigram_input": true,
|
47 |
"true_hidden_size": 128,
|
48 |
"type_vocab_size": 2,
|
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 99229763
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5d56427ac48358c6495a0132d34fecf8efe6aff58c47facd3fdcffdb44f84dd
|
3 |
size 99229763
|
onnx/model_fp16.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50057815
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:12fb885f849e4eae256b6628c71af1874ac8135a53532706d84b1fdf61708746
|
3 |
size 50057815
|
onnx/model_q4.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 30936851
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f0273685d48e0d2b0048feb00a296dd401cc3259da240e5ee56b628257ad3bf
|
3 |
size 30936851
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 26952505
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6144b4d01385234a4632d4ba779f8c50c23115ef38f996247126558825b81e0d
|
3 |
size 26952505
|
quantize_config.json
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
{
|
2 |
"modes": [
|
|
|
|
|
3 |
"fp16"
|
4 |
],
|
5 |
"per_channel": true,
|
|
|
1 |
{
|
2 |
"modes": [
|
3 |
+
"q4",
|
4 |
+
"q8",
|
5 |
"fp16"
|
6 |
],
|
7 |
"per_channel": true,
|