jteng commited on
Commit
6346f83
1 Parent(s): ad3917c

Model save

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-cased-distilled-squad",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
@@ -13,13 +13,12 @@
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
- "output_past": true,
17
  "pad_token_id": 0,
18
  "qa_dropout": 0.1,
19
  "seq_classif_dropout": 0.2,
20
- "sinusoidal_pos_embds": true,
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.22.1",
24
- "vocab_size": 28996
25
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-uncased-distilled-squad",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
 
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
 
16
  "pad_token_id": 0,
17
  "qa_dropout": 0.1,
18
  "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.22.1",
23
+ "vocab_size": 30522
24
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ff083e32b67d1fd9e8d438cc49e349834941e10ccc234e5e76a9d7bb712a440
3
- size 260802037
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02f06053082d1ab4591295ff6605d58b79930334c29b2bba17396efbdf96da8b
3
+ size 265489909
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "cls_token": "[CLS]",
3
- "do_lower_case": false,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "distilbert-base-cased-distilled-squad",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
 
1
  {
2
  "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased-distilled-squad",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:312b9482767cf1277f12f918e7fc554626af4a89dd25199b66bdf52e93ef2558
3
  size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5751de3f269087db1f0d3bc6505efabedf9cc217eed29db7101f5752167842a
3
  size 3439
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff