m3kkasi commited on
Commit
c2bbdac
1 Parent(s): 7a3bc24

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-cased-distilled-squad",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
@@ -17,8 +17,9 @@
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
  "transformers_version": "4.25.1",
23
  "vocab_size": 28996
24
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
 
17
  "pad_token_id": 0,
18
  "qa_dropout": 0.1,
19
  "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
  "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
  "transformers_version": "4.25.1",
24
  "vocab_size": 28996
25
  }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c51fb199ae5c35ffefe7b4a6951ce7c5e3e9a789ea9f7c77d0dad8bdf359dcd
3
+ size 260804645
runs/Jan10_14-30-29_f8e27ba18bb1/1673361155.8509715/events.out.tfevents.1673361155.f8e27ba18bb1.1822.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505d05eccf2f2a58bc9d4b375fdef00ee0469c25fe0f5258514cbbd151f2fb0a
3
+ size 5552
runs/Jan10_14-30-29_f8e27ba18bb1/events.out.tfevents.1673361155.f8e27ba18bb1.1822.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16d7a25c0ae3349bf298d48b1c3a23aa3cfc37bf79808c59ac40738ea49b9b57
3
+ size 11202
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,11 +1,9 @@
1
  {
2
  "cls_token": "[CLS]",
3
- "do_basic_tokenize": true,
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
- "name_or_path": "distilbert-base-cased-distilled-squad",
8
- "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "special_tokens_map_file": null,
 
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",
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c521f5c8450dfcd5e323cb01549659051d84d17f3f6959add238efadaca08649
3
+ size 3451