Farjfar commited on
Commit
da8a67f
1 Parent(s): 683da45

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
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": 28996
36
  }
 
1
  {
2
+ "_name_or_path": "Contrastive-Tension/BERT-Base-CT-STSb",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
32
  "transformers_version": "4.40.2",
33
  "type_vocab_size": 2,
34
  "use_cache": true,
35
+ "vocab_size": 30522
36
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05e4af4280971aaa0fa46b300c1fd5781ffa6cf1f3b758a454020cc776994da3
3
- size 430911284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b697086f516126e77b1858337e967d2f5fc839d20e62eee27e532ee8c0d18dad
3
+ size 435599164
runs/May19_12-57-36_5de452b37408/events.out.tfevents.1716123458.5de452b37408.184.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6254e5995fc01bd80d13ef4596e18b9c3dcb0a756479a9edffa1806fa7fa3d4
3
+ size 5426
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,9 +43,11 @@
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,
 
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,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:911aed8e1a2fd5e4fe0a3c840f1607f0acd081d59d23fd3f88780b1dceba06e5
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa85734dff53b48f178ff2431c0e8e8a13907ff74adcab48e8f6c2a58367ecda
3
  size 4984
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff