chidamnat2002 commited on
Commit
c3ce970
·
verified ·
1 Parent(s): 401b2e0

Upload 10 files

Browse files

retrain with weather queries data augmentation

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": "Mozilla/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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:351c269543f3abe290268e8133b858966519b44e35b90c303b72c173694f4cb2
3
  size 267987734
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff1089a268d396af0349a4887b4eb5c046defc06b04516f4c12c3d84cd7068c1
3
  size 267987734
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7faa36a0f9d9a1d137a7fdcbc790dba45335296d90baaf21e2da01e05db2fa72
3
  size 134068416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e560e146f53b2080b2e98739b00d3fa26d6bf5c11785b840ffdd369c4820b281
3
  size 134068416
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8a9b931d275406ae7810ea617ad0d4569d968ed6af877e056a3f11da983fccf0
3
  size 124665777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c5c6dcb9c2244ca501e5ec62886c17aec42ed187b804d24ac44fca23bc2cae
3
  size 124665777
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ac9cc67a0d8fb2b85ca30b2b7b0f35fd6e352e7a68051f2ed5413b72e980754
3
  size 67557509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1d4b142765b66fb14a47b466d93cd8646dadd493ccd86efcd7d06c1abeb47bf
3
  size 67557509
quantize_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "modes": [
3
- "fp16"
4
  ],
5
  "per_channel": true,
6
  "reduce_range": true,
 
1
  {
2
  "modes": [
3
+ "q4"
4
  ],
5
  "per_channel": true,
6
  "reduce_range": true,