Kudod commited on
Commit
9e8ac39
1 Parent(s): ee9e627

Training in progress, epoch 1

Browse files
added_tokens.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "[CLS]": 101,
3
+ "[MASK]": 103,
4
+ "[PAD]": 0,
5
+ "[SEP]": 102,
6
+ "[UNK]": 100
7
+ }
config.json CHANGED
@@ -28,6 +28,6 @@
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
- "transformers_version": "4.35.2",
32
  "vocab_size": 30522
33
  }
 
28
  "sinusoidal_pos_embds": false,
29
  "tie_weights_": true,
30
  "torch_dtype": "float32",
31
+ "transformers_version": "4.34.0",
32
  "vocab_size": 30522
33
  }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:767e24be3beac38a7a9ee7b77e03c601829d00475b72e0ec85bd6818ee0588cb
3
+ size 267855533
tokenizer_config.json CHANGED
@@ -41,6 +41,7 @@
41
  "special": true
42
  }
43
  },
 
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
  "do_lower_case": true,
 
41
  "special": true
42
  }
43
  },
44
+ "additional_special_tokens": [],
45
  "clean_up_tokenization_spaces": true,
46
  "cls_token": "[CLS]",
47
  "do_lower_case": true,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9bc59289488a06ba85f1a58a8de626651296f11c27dfa089f91e4bb2b2a290d
3
- size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026798a6a35881c221d9ce5b817e879dd356cf96766f4054c19f7be791fe8a0b
3
+ size 4091