chidamnat2002 commited on
Commit
aeb062c
1 Parent(s): ab21ba1

Upload 9 files

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
@@ -38,7 +38,6 @@
38
  "seq_classif_dropout": 0.2,
39
  "sinusoidal_pos_embds": false,
40
  "tie_weights_": true,
41
- "torch_dtype": "float32",
42
- "transformers_version": "4.44.2",
43
  "vocab_size": 30522
44
  }
 
1
  {
2
+ "_name_or_path": "chidamnat2002/intent_classifier",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForSequenceClassification"
 
38
  "seq_classif_dropout": 0.2,
39
  "sinusoidal_pos_embds": false,
40
  "tie_weights_": true,
41
+ "transformers_version": "4.43.4",
 
42
  "vocab_size": 30522
43
  }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:351c269543f3abe290268e8133b858966519b44e35b90c303b72c173694f4cb2
3
+ size 267987734
onnx/model_q4.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a9b931d275406ae7810ea617ad0d4569d968ed6af877e056a3f11da983fccf0
3
+ size 124665777
onnx/model_quantized.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ac9cc67a0d8fb2b85ca30b2b7b0f35fd6e352e7a68051f2ed5413b72e980754
3
+ size 67557509
quantize_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "modes": [
3
+ "q4"
4
+ ],
5
+ "per_channel": true,
6
+ "reduce_range": true,
7
+ "block_size": null,
8
+ "is_symmetric": true,
9
+ "accuracy_level": null,
10
+ "quant_type": 1
11
+ }