anubhavmaity commited on
Commit
0efdd32
1 Parent(s): f9b78c3

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -47,5 +47,5 @@
47
  "transformers_version": "4.33.1",
48
  "type_vocab_size": 2,
49
  "use_cache": true,
50
- "vocab_size": 28996
51
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
47
  "transformers_version": "4.33.1",
48
  "type_vocab_size": 2,
49
  "use_cache": true,
50
+ "vocab_size": 30522
51
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a7e310274002a883367125c90b716b9cba0655139a9a76747739ea9129b04186
3
- size 433340209
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da7259764845580dc4cb6f023528e6dd735aa9e399431a718699e9d11ffce7c4
3
+ size 438028081
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -1,7 +1,7 @@
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]",
 
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]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8c95f67a20dfcbd73df6c95b76c93abab709a33b58bcda76e57d977592553fe6
3
  size 4027
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aebdf3bbc4b7eb5fa139897bb8e97cc404efbf683948070518a7c29e49bfb3d
3
  size 4027
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff