damapika commited on
Commit
6c474e2
1 Parent(s): f9707b1

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"
@@ -19,6 +19,6 @@
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
- "transformers_version": "4.27.4",
23
  "vocab_size": 30522
24
  }
 
1
  {
2
+ "_name_or_path": "damapika/distilbert-base-uncased_mod",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
 
19
  "sinusoidal_pos_embds": false,
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
+ "transformers_version": "4.29.2",
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:831e14511100f64124ca19068232faa26939a59c001e41a433d05b9206a99ede
3
  size 265492517
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:841b7487677e4ab13fbac0fabf40a4fae5c044106c4705eaf8a950c5ff7ce6c8
3
  size 265492517
runs/May19_13-33-03_Damapika/1684496021.6695728/events.out.tfevents.1684496021.Damapika.4888.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:358f08fe7eaa533e6ad922e6618f3cd2266f992361366ee24d56498fc286a6c5
3
+ size 5984
runs/May19_13-33-03_Damapika/events.out.tfevents.1684496021.Damapika.4888.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29a9fd2838a41aa2f89769c30636b09ab0b8d62b03d99c52db9cefaaf91fc778
3
+ size 4183
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 308,
6
+ "strategy": "OnlySecond",
7
+ "stride": 0
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 308
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 0,
16
+ "pad_type_id": 0,
17
+ "pad_token": "[PAD]"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
 
2
  "cls_token": "[CLS]",
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
  "pad_token": "[PAD]",
7
  "sep_token": "[SEP]",
8
- "special_tokens_map_file": null,
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
 
1
  {
2
+ "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
  "do_lower_case": true,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
 
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
  "tokenizer_class": "DistilBertTokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:65c7bac2456062f10737e604e379388b6312b9de3125f3c5d347e3c9243ae7be
3
- size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:190884ed395c24dfb7e4890bc76743a44ffbdca265ec64fe941b8a41c1e09c5d
3
+ size 4027