juancavallotti commited on
Commit
3359040
1 Parent(s): 7f20099

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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": 768,
12
+ "id2label": {
13
+ "0": "CONTRADICTION",
14
+ "1": "ENTAILMENT",
15
+ "2": "NEUTRAL"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "CONTRADICTION": 0,
21
+ "ENTAILMENT": 1,
22
+ "NEUTRAL": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "problem_type": "single_label_classification",
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.19.2",
34
+ "type_vocab_size": 2,
35
+ "use_cache": true,
36
+ "vocab_size": 28996
37
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ae19edcb29f51b9656a1e8cd8da48a13e206689d4e7b54e226ead2ec47a83eb
3
+ size 433321325
runs/May23_21-16-56_200405aa6971/1653340627.2121046/events.out.tfevents.1653340627.200405aa6971.5056.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4426c64db79c17fbb8899c4460029043c1d9e145853f1ae2929ab76999980e3
3
+ size 5196
runs/May23_21-16-56_200405aa6971/events.out.tfevents.1653340627.200405aa6971.5056.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8ed151096be66b86fb6ec50c0d317065acbf2ea28eb306065b1b49544fda8fd
3
+ size 4239
runs/May23_21-18-18_200405aa6971/1653340707.767495/events.out.tfevents.1653340707.200405aa6971.5056.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79f28eb6097ec8d4c67880c6ddb038efae5906dc9b54aaa01048fb8c803bceab
3
+ size 5196
runs/May23_21-18-18_200405aa6971/events.out.tfevents.1653340707.200405aa6971.5056.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77e98f369f24dc9840bdc6a1a1aaec5ccc5119f230fbee4ca68c21fd4e67e9dc
3
+ size 3701
runs/May23_21-24-25_200405aa6971/1653341074.9911082/events.out.tfevents.1653341074.200405aa6971.5056.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:837c9f8584b7f9ede3c4d0e20f0d03aee54b101b44b1511e653c387ce66bc0d5
3
+ size 5196
runs/May23_21-24-25_200405aa6971/events.out.tfevents.1653341074.200405aa6971.5056.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b2862e0d0a76b18ae5953da2bafef74668c72dcfa2bfa5dfdd0b57a1ff0c4ac
3
+ size 36740
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d72c0d2e0a9c475305bf4f2d4636665042ca76442e6c6a7f51a55b7d84410c8
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff