Upload 10 files
Browse filesretrain with weather queries data augmentation
- 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 +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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 |
-
"
|
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:
|
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:
|
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:
|
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:
|
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 |
-
"
|
4 |
],
|
5 |
"per_channel": true,
|
6 |
"reduce_range": true,
|
|
|
1 |
{
|
2 |
"modes": [
|
3 |
+
"q4"
|
4 |
],
|
5 |
"per_channel": true,
|
6 |
"reduce_range": true,
|