EgorSys commited on
Commit
7295f88
·
verified ·
1 Parent(s): d2491ab

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
  ],
@@ -39,5 +39,5 @@
39
  "transformers_version": "4.47.0",
40
  "type_vocab_size": 2,
41
  "use_cache": true,
42
- "vocab_size": 28996
43
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
39
  "transformers_version": "4.47.0",
40
  "type_vocab_size": 2,
41
  "use_cache": true,
42
+ "vocab_size": 30522
43
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0b9b13ecaea6dbddb702aa136484ea79a5e5b32faaa0bfc760f56cc298526de0
3
- size 433283072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa8211a378be7da93434d08d0ea75906bb4292f71c5c3867efed985ab1d6f31a
3
+ size 437970952
runs/Dec06_12-13-27_d7de64af26e3/events.out.tfevents.1733487208.d7de64af26e3.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1af6b99dd580bd2c60eba72bd7b4b95ea63f6b308bcf99a2fac12e21a569c10a
3
+ size 5648
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": false,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
 
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24b7255ef06cae714577c20cfba169729ac910cad4d8eda6c469c7229f966cb6
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f8bbd8d7d928cffa936c30668fa3aab41475626b9ccdcdbd1e91ba5ada568fb
3
  size 5368
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff