jojoUla commited on
Commit
b77fb7b
1 Parent(s): b25cf56

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "<not enough info>": 30524,
3
+ "<refutes>": 30523,
4
+ "<supports>": 30522
5
+ }
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-large-uncased",
3
+ "architectures": [
4
+ "BertForMaskedLM"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.26.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30525
26
+ }
generation_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "pad_token_id": 0,
4
+ "transformers_version": "4.26.0"
5
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3fd525c4d12612d314487ac2e616fc9aa8572b7cc7bb194dfd9011bf157fabb
3
+ size 1340849593
runs/Feb04_05-10-27_7b4f73386c84/1675487439.6979384/events.out.tfevents.1675487439.7b4f73386c84.4144.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f152d762e4bc04d3dca0dbf319590c48ddd4dc0576310ccd6cfd58347368213b
3
+ size 5773
runs/Feb04_05-10-27_7b4f73386c84/events.out.tfevents.1675487439.7b4f73386c84.4144.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb59784014ab7e63a6fca92053eda9386e3302aff474a1b596fd71042896f254
3
+ size 17984
runs/Feb04_05-10-27_7b4f73386c84/events.out.tfevents.1675487458.7b4f73386c84.4144.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fae544d2c1a1c706d55425553509f5434047ceb958852ade525a7c17783d040
3
+ size 838
special_tokens_map.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<supports>",
4
+ "<refutes>",
5
+ "<not enough info>"
6
+ ],
7
+ "cls_token": "[CLS]",
8
+ "mask_token": "[MASK]",
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "unk_token": "[UNK]"
12
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-large-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b2bdbdc78b6bdc9ec24a55f62f7c6c3c2cfd2209ea01d9f3863ce8498e57a5
3
+ size 3579
vocab.txt ADDED
The diff for this file is too large to render. See raw diff