chidamnat2002
commited on
Upload 10 files
Browse filesmodel v3 finetuning
- config.json +2 -3
- onnx/model.onnx +2 -2
- onnx/model_fp16.onnx +2 -2
- onnx/model_q4.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
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": "Mozilla/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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d617ea019fb30d6bb037d7c52d2a1d77e6be9d2c775bd2c8eadcb092ede8e9f
|
3 |
+
size 99229647
|
onnx/model_fp16.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d8ea3ccf7f0198782ec99eb71d69aff46c96d49128104d5303df934598eface7
|
3 |
+
size 50057699
|
onnx/model_q4.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c17173d3f03946e367386e92779e3d9348c5ce85d9bbd4c1696fac4f59fb3f2
|
3 |
+
size 30923055
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8de8eb3f8d66f16382d67bcb73e26d830d739fa1d59ff65c31194f69e1c8b84e
|
3 |
+
size 26952621
|