nestorgonzalovich commited on
Commit
1bb2a09
1 Parent(s): 77b3b6c

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_dropout": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "position_embedding_type": "absolute",
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.26.0",
21
+ "type_vocab_size": 2,
22
+ "use_cache": true,
23
+ "vocab_size": 50000
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:804b37d5f0bec4d9bbcda8b01e3ca238e1dcf5a970d8e5e05adabf6300b5eb0b
3
+ size 498044985
runs/Jan30_23-42-50_9972f03b6601/1675122189.4194036/events.out.tfevents.1675122189.9972f03b6601.1585.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:641532a9297bce12ce3d912dd894d75b477a0c82646451ca146678fd621b1309
3
+ size 5662
runs/Jan30_23-42-50_9972f03b6601/events.out.tfevents.1675122189.9972f03b6601.1585.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4e15280558261179de427f53faf2c9ee5a69a60a079c63d6f598a2277601c93
3
+ size 4954
runs/Jan30_23-45-35_9972f03b6601/1675122343.1445782/events.out.tfevents.1675122343.9972f03b6601.1585.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e39a930831cb0ec4cdcac087c85a3e0dc37497f3013bccc74fa18e9f83f173d
3
+ size 5662
runs/Jan30_23-45-35_9972f03b6601/events.out.tfevents.1675122343.9972f03b6601.1585.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8e79c590663b96fe5eb431e216ae32e4c33ae7c280918285e2723d53de78acf
3
+ size 4108
runs/Jan30_23-53-47_9972f03b6601/1675122841.955712/events.out.tfevents.1675122841.9972f03b6601.1585.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0858703ebd8104f166a312fc364ca120a23d0483d3ed15a569798ac4cf4059ba
3
+ size 5662
runs/Jan30_23-53-47_9972f03b6601/events.out.tfevents.1675122841.9972f03b6601.1585.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af1155db7bff360fda1128ae17fdb98817c5b4400b82f952f4b699c905d96495
3
+ size 4181
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "model_max_length": 1000000000000000019884624838656,
5
+ "pad_token": "[PAD]",
6
+ "sep_token": "[SEP]",
7
+ "tokenizer_class": "PreTrainedTokenizerFast",
8
+ "unk_token": "[UNK]"
9
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca1080ef3d4fa2074df41c48ef1eb31195b8f64b45466d2851c62b50633af3ad
3
+ size 3451