Kriyans commited on
Commit
1e5ef27
1 Parent(s): c824d23

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
  "BertForTokenClassification"
5
  ],
@@ -36,5 +36,5 @@
36
  "transformers_version": "4.30.2",
37
  "type_vocab_size": 2,
38
  "use_cache": true,
39
- "vocab_size": 30522
40
  }
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
36
  "transformers_version": "4.30.2",
37
  "type_vocab_size": 2,
38
  "use_cache": true,
39
+ "vocab_size": 28996
40
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce958fc61f2381e19d61dc2c9734936cf0bdca0aaaa16d737edf4a821d09733e
3
- size 435654125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6b53d29507084e20003503a2230759b6d4a8a81e38f2467845fd6a6341cf4d9
3
+ size 430966253
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:19c1a711504f06c1759e03ee7d3bbf13a12b986af50b061cc77406208dec488d
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5886b504148df7796a87f3eb573d7f7c64f0f29b1882c8389b3d34dd2a544f8
3
  size 3963
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff