anubhavmaity commited on
Commit
cff7e63
·
1 Parent(s): fec1229

Training in progress, epoch 1

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