Kriyans commited on
Commit
8eb7194
1 Parent(s): 93a610e

Training in progress, epoch 1

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:982644545da649058c0211d58c1683b512e6fe9cd572bc7e69920b82bd49a6d3
3
  size 709134505
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae2bbfc8fbc45837739e7fba66dbdee2b9f51d82624ced0c8c434adf2ac8e609
3
  size 709134505
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,9 +1,12 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
 
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
 
6
  "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
  "do_lower_case": false,
6
  "mask_token": "[MASK]",
7
+ "max_len": 512,
8
  "model_max_length": 512,
9
+ "never_split": null,
10
  "pad_token": "[PAD]",
11
  "sep_token": "[SEP]",
12
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c556273876db2be0be77e055a76cd41b77ac6cbf0a086acb15a942571922c16
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67b93ba0beb90cbd54e6ea0d80b0e26ffdd9afd04db0832828df83bd8f0ec8b0
3
  size 4027
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff