Farjfar commited on
Commit
35b0d02
1 Parent(s): e9ec19a

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "princeton-nlp/sup-simcse-bert-base-uncased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
@@ -32,5 +32,5 @@
32
  "transformers_version": "4.40.2",
33
  "type_vocab_size": 2,
34
  "use_cache": true,
35
- "vocab_size": 30522
36
  }
 
1
  {
2
+ "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
32
  "transformers_version": "4.40.2",
33
  "type_vocab_size": 2,
34
  "use_cache": true,
35
+ "vocab_size": 28996
36
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3f7654a7f029a55c7f8ff5480f1b231ca637314458ec1cc49894e4c5cf1f3be
3
- size 435599164
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740c9ea6cab3bebc4a0eead7d59a6873b9a61de8c37299597e02fce1894e412c
3
+ size 430911284
runs/May19_07-51-00_868affc172b8/events.out.tfevents.1716105061.868affc172b8.460.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b67cf4dab78e122e58c6d8ae0efd9132d3d810bac086c8c1cadfc7c54b8eca3
3
+ size 5410
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,11 +43,9 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
- "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
50
- "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": false,
 
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a06b47f92bb9a638df9ae744ba8e50bb62c6a5f834b91b7711e355574ff29c01
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd85e9b26d719b6908668c43858e54ac087c3b8b4639de76d055746aeb8a548c
3
  size 4984
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff