richpsharp commited on
Commit
7894a7c
1 Parent(s): 355cf97

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
  ],
@@ -33,5 +33,5 @@
33
  "transformers_version": "4.33.3",
34
  "type_vocab_size": 2,
35
  "use_cache": true,
36
- "vocab_size": 28996
37
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
33
  "transformers_version": "4.33.3",
34
  "type_vocab_size": 2,
35
  "use_cache": true,
36
+ "vocab_size": 30522
37
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3f183baa57f95eeeca77053f8bacec77ff3697f4c21be0958c1203ce901e1a61
3
- size 433319150
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:464423019934b26cd837119905bfbe4fd02103c5d968accef92d13341d79fe34
3
+ size 438007022
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:eab3c9e1c97e4b6e925252700c48e5909eacd06dbaf1f883dbdd68dcca8776fd
3
  size 4472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ddf7c34a87a336edb0fb0c8749a945cfc4ca6bc7ea1183c2ec3f5923c0ff2f
3
  size 4472
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff