vazish commited on
Commit
032e5d5
·
unverified ·
1 Parent(s): 55c7e10

update onnx models

Browse files
config.json CHANGED
@@ -1,10 +1,11 @@
1
  {
2
- "_name_or_path": "/content/google/bert_uncased_L-2_H-128_A-2/",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 128,
 
1
  {
2
+ "_name_or_path": "/content/cross-encoder/ms-marco-TinyBERT-L-2",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 128,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48cdfca19e8d0f265d9ec7032f24d2740e42c9b438f8f07113b6e9db904d3e60
3
  size 17557052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e80dc9a7e9410c1391c94aa578b1609a37391b6ad52fbb688a78ee59c5491139
3
  size 17557052
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8783c925c21be61a491d48315eda1a4f09623afe68947c417e2964fec777b240
3
  size 17619230
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5837c7a9b4a6a4bffa7860a2069a5b0b5788b0001b6e4e0199964099a00ddbe
3
  size 17619230
onnx/model_bnb4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2447d4f4eaffcac2def0874c18d0ae999f6a2b23c80b057251787e932f6de8ec
3
  size 16269381
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7764600f3e01bb44edb31c6869df757c22608735321848f11f8dcf5ef1c22364
3
  size 16269381
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5e7e8c4eac21c580f380a280f980fc9a16a045f9fbd6dc4220eef1c448a06fcc
3
  size 8843054
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3866e8ca89a3437aa16d436de278d19ac5d6d8a15889c6beddede3fc5b44497
3
  size 8843054
onnx/model_int8.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1caf4e152c3249480c607c7e7eadba5d37238fa267bfa20d72f5688ab7b10670
3
  size 4484835
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42f82eab2756c7d43d5776088d94cd2d404a72d3054a5a9c066f12aec705161
3
  size 4484835
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e7cd4a02c9c7f4860cbef513f9f701fac02f6cf74734d7ca438f43d2a02ed48
3
  size 16293869
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7da3ee5d294e053e2722b2a963b3af0f1e81747687ca18985027b484d5a76384
3
  size 16293869
onnx/model_q4f16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fb80c415457bc4974764e88912e77a8693879b5c7e728113adce6f5624cb7f1
3
  size 8279549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f679a28d53fd5fd844129ec7a060ebfea57cdab713ba3519eeb58a8bf6e5d36
3
  size 8279549
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1caf4e152c3249480c607c7e7eadba5d37238fa267bfa20d72f5688ab7b10670
3
  size 4484835
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a42f82eab2756c7d43d5776088d94cd2d404a72d3054a5a9c066f12aec705161
3
  size 4484835
onnx/model_uint8.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bbd02c170e45a878d7a5e23bab18cd5611d7a7524ef28030bf9ab0a26b24843d
3
  size 4484834
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b4c4a3f99d1330803ba85f3677d9697d0fdac7f3c0da0794a9a7b4477396ad
3
  size 4484834
tokenizer_config.json CHANGED
@@ -47,7 +47,7 @@
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "max_length": 512,
50
- "model_max_length": 1000000000000000019884624838656,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",
 
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "max_length": 512,
50
+ "model_max_length": 512,
51
  "never_split": null,
52
  "pad_token": "[PAD]",
53
  "sep_token": "[SEP]",