tliumozilla commited on
Commit
bfacc6e
·
1 Parent(s): e05bb69

upload v0.3 onnx

Browse files
config.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
- "_name_or_path": "csarron/mobilebert-uncased-squad-v2",
 
3
  "architectures": [
4
  "MobileBertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "tliumozilla/intent-detection-mobilebert",
4
  "architectures": [
5
  "MobileBertForSequenceClassification"
6
  ],
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:021d9764b257d387d94e72b137a0b7541e9ad2a8309387b25b20d6242f38e856
3
  size 99184411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ac38c5f5d30b9e2c029fc296a1fe0c55f4128f7e0eb6454cb46638f74a7f2f7
3
  size 99184411
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:03f66c6de2b42677b9b3f3aa9a060021456e052f052c07ad987b5bf89bb59b82
3
  size 50018806
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae15db8662d59f543e9083a1e0832da86cbe20f102d4e309546c12786cecf01a
3
  size 50018806
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88a951c95b4d25c826b6bcb1313cde7b30dd9329bb239a04213ac23864358d96
3
  size 30891499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a327c3e2a53b08a507978742ca479c2042d1519f6a717d7a086a1c0e2efd0bc
3
  size 30891499
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a1e1033cacabe5676bcfdda21b5e0f26fc82440135fb26b015432370475aa704
3
  size 26916339
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3681d64c6175e261c413a07c0c9a8ea313fb1feb3f5d6e2d261c6b0dbac2caad
3
  size 26916339
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
  }