nes74 commited on
Commit
c8de30f
1 Parent(s): 7da8cb5

Training in progress, step 500

Browse files
.gitattributes CHANGED
File without changes
.gitignore CHANGED
File without changes
config.json CHANGED
@@ -36,6 +36,6 @@
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.27.4",
40
  "vocab_size": 30522
41
  }
 
36
  "sinusoidal_pos_embds": false,
37
  "tie_weights_": true,
38
  "torch_dtype": "float32",
39
+ "transformers_version": "4.29.2",
40
  "vocab_size": 30522
41
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b9a6e5280121361fe907a9d413139ae2e822d70f096d3f5a75c98fa98a33c555
3
  size 267866413
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7df3ea2538585133248c996056154bf98ea8ce6f0de8d469895ee783de3b22f
3
  size 267866413
runs/Apr11_23-43-30_Soumyas-MacBook-Pro-3.local/1681278516.073954/events.out.tfevents.1681278516.Soumyas-MacBook-Pro-3.local.14665.1 CHANGED
File without changes
runs/Apr11_23-43-30_Soumyas-MacBook-Pro-3.local/events.out.tfevents.1681278516.Soumyas-MacBook-Pro-3.local.14665.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4478c4271cf911b6c8686a08b2193086f0d0509570bacb140d13c578b273ce3d
3
- size 4895
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ed39ad9885520d7e1799be5f3e8bf61b23e0b0149b135e7d33cc5ac9a2c5f33
3
+ size 5618
runs/Jun02_11-02-30_Soumyas-MacBook-Pro-3.local/1685725353.748479/events.out.tfevents.1685725353.Soumyas-MacBook-Pro-3.local.11149.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c903c2fce4e0dd6080cb5e686c4dfa3ed6610a3c1b76cab6cebb275581d5c2f9
3
+ size 6014
runs/Jun02_11-02-30_Soumyas-MacBook-Pro-3.local/events.out.tfevents.1685725353.Soumyas-MacBook-Pro-3.local.11149.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f746c62bbc42354beb7c5e1ec855ef8dc789f06e59e6a143c50aa5332b079399
3
+ size 4802
runs/Jun02_20-13-32_Soumyas-MacBook-Pro-3.local/1685758418.279372/events.out.tfevents.1685758418.Soumyas-MacBook-Pro-3.local.15521.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf4513f66cf7a95dd0a81a03e009513af67e314fcf2a78ba513c76f4ad271488
3
+ size 6014
runs/Jun02_20-13-32_Soumyas-MacBook-Pro-3.local/events.out.tfevents.1685758418.Soumyas-MacBook-Pro-3.local.15521.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d762407cdb497e48311502799d54609c6f41264bd962d41cf4dad6149154de10
3
+ size 4959
special_tokens_map.json CHANGED
File without changes
tokenizer.json CHANGED
File without changes
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:25f14702ee0f00a2c2c6f69b4e4e1dab8938ded77ec4b291d62f5e7e662f2560
3
- size 3643
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61af837ca893ea0b76f62425cbf96015404a3ccc8a3fe13cc844c505b8ec55a
3
+ size 3963
vocab.txt CHANGED
File without changes