chidamnat2002 commited on
Commit
8ed9187
1 Parent(s): 91d3be7

Upload 10 files

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/mobilebert-uncased",
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
- "torch_dtype": "float32",
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:df6db51321df07837e494b05b38f81768707834e3d901412d761e3bb2d0bcace
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:7787005c86e3d9f688c971a4bd4c54966c76fe7e719de26591b74b2e25139bd8
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:7928b3d042659f3e65913e6fc3397561f6edd12c6feafeb55495549d22cdef86
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:2adb77fdcd9ac689c31111ec6b7be927712231aa5ee85433bd845d9887e0b233
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,