BloomLonely commited on
Commit
34fde44
1 Parent(s): c875cd8

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
@@ -13,12 +13,13 @@
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.39.0.dev0",
23
- "vocab_size": 30522
24
  }
 
1
  {
2
+ "_name_or_path": "distilbert/distilbert-base-cased-distilled-squad",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
 
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.38.1",
24
+ "vocab_size": 28996
25
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35baa3b45f8f97b71800d5be5d041b6e686a4b6a86d3e79f47e9ddf4735e0fa7
3
- size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f29062f80baf8d8aaf99f8bf3c8ef36277b7940a0f7d8e18ecfe0e6b7212622f
3
+ size 260782152
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,9 +43,9 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
- "model_max_length": 512,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 1000000000000000019884624838656,
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43801b41b3aa1a0e1a94a28aed902a5580a617f801f3266c353410a27623144d
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b061823bd28c23d56978f91b9c0480759d2c3d8b70a67aa016ae2a34d789e474
3
  size 4920
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff