burkelive commited on
Commit
00c24a8
·
1 Parent(s): 201f06f

feat: update onnx

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
@@ -246,7 +246,6 @@
246
  "seq_classif_dropout": 0.2,
247
  "sinusoidal_pos_embds": false,
248
  "tie_weights_": true,
249
- "torch_dtype": "float32",
250
- "transformers_version": "4.40.1",
251
  "vocab_size": 30522
252
  }
 
1
  {
2
+ "_name_or_path": "devtibo/distilbert-base-uncased-three_v2",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForTokenClassification"
 
246
  "seq_classif_dropout": 0.2,
247
  "sinusoidal_pos_embds": false,
248
  "tie_weights_": true,
249
+ "transformers_version": "4.43.4",
 
250
  "vocab_size": 30522
251
  }
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a82079b62e7c801fff55678b21184b1600d95163bd61877d09c9e9de45e2df23
3
- size 265944766
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fa39b27c7daebbe655956238331fd0ba1c19aef7d4d6ecd677a67521b9d0829
3
+ size 265944765
onnx/model_bnb4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd880860f2eef4fd1ca47b3ed67a7a1af5bfac2339ff216f88f220f691a52136
3
- size 119673338
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31b5b1d4a2c82eb61c3edf46ca4f3e890c9da316412a4ff99d83df99a521e5ff
3
+ size 119673337
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:707d9d71044fd178a06deb620bef7727c176cb8af76e43fa73895341f6c9d07f
3
- size 133046739
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2afb34a87d3f0b16e9c776184aa205b4a58da1f971dd1f5027f12a125ec7e74
3
+ size 133046738
onnx/model_int8.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7a9579002d87bd7968cf2ec39268f4e85785c2e13b4e0586675dbc22b91bb9c
3
- size 67040342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1698bd8dfd29bd70d90d9652d3360323d87a0ea888859d1f14565126b9cf844a
3
+ size 67040341
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dcc3e98a11064f847c0349461389ef8680f16667bfe235048fd17df7ebb01f9d
3
- size 122332649
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ccf14142775e1c3ba04b3ad37b3741e47fc68a6368e90b3e76702701fdb7c40
3
+ size 122332648
onnx/model_q4f16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e07c722112991cee8513374b36149c83323b272c09dd91602fd3c77c6515897
3
- size 71881774
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34c2fab1809ee6e2a9750f90135365a30f3b10aa68ecf62a4df5780f9349e24f
3
+ size 71881773
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7a9579002d87bd7968cf2ec39268f4e85785c2e13b4e0586675dbc22b91bb9c
3
- size 67040342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1698bd8dfd29bd70d90d9652d3360323d87a0ea888859d1f14565126b9cf844a
3
+ size 67040341
onnx/model_uint8.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:850cc3b86eb5e3dd859a54cb296567272f85f3f6cfc0d103d629e82fea3c49db
3
- size 67040342
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6dd6a1a2c41e918b093a635b5f30c4a36a4a73cd3f629308b76a4ba12851ac87
3
+ size 67040341
special_tokens_map.json CHANGED
@@ -1,7 +1,37 @@
1
  {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  }
 
1
  {
2
+ "cls_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "mask_token": {
10
+ "content": "[MASK]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "sep_token": {
24
+ "content": "[SEP]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
  }