tliumozilla commited on
Commit
4f22633
·
1 Parent(s): a05b7b3

update model with latest dataset w/ command-like queries

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "csarron/mobilebert-uncased-squad-v2",
3
  "architectures": [
4
  "MobileBertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "results_mobilebert_revised/checkpoints",
3
  "architectures": [
4
  "MobileBertForSequenceClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a86b12df393c67e194ab9b5ca6af275d337f31902f1b3af391813e9907baf267
3
  size 98470112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7623ece5a36d91f94d96b48215de80e7108f6f472f0febcae1fafd287056a04f
3
  size 98470112
onnx/model.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16654d3236308117740dc4f7129ad5e784be4c862b70f506007ef0292a2e630e
3
  size 99184411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:face46658e91bac9a0afdeeea341a6a97ff01c22fdf9dde2743a8bf60e1f6c7a
3
  size 99184411
onnx/model_fp16.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6e74379839abaac588bf1ea6cf67becee6ac380923266311fdc7c0adcfaa965d
3
  size 50018806
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b0b7d32c2da020b02652ab346cb4793a3afe0e17a26c3aecf52c61830561430
3
  size 50018806
onnx/model_q4.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f93c02bd881ba39460cf6a2fd8887a0d2be990799bf8f712937863a0d6dce0d4
3
  size 30891499
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0489c397c60c93ee3839a70d8652b3dc51069c9fe0302cdf6e6103672631b543
3
  size 30891499
onnx/model_quantized.onnx CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0a4bf131f83124022fba17f1c1a5ee165c70a42131ed7ff7122946e2edab290
3
  size 26916339
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2545691702459a315f1fa770f217abf4a8501663b597bca6f9630335413b233
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
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76aee76b7155ac2176ea326eab3b3dcb5251ab3c6037b4b2084c1f54961b9768
3
  size 5777
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eb37a71a97eff5954bc9ed26c550376720c71069753d1726a72092f8e2e5e0d
3
  size 5777