PabloGuinea commited on
Commit
cd21d52
1 Parent(s): 49aa1d8

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForQuestionAnswering"
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
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.29.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6682baa6ff2b4b40f2b6f8dcd6027146cc351b174d3c8d32daf1bf7ccaac08
3
+ size 435644909
runs/Jun07_18-10-24_209-20-159-150/1686161436.3344545/events.out.tfevents.1686161436.209-20-159-150.137700.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:293feb3f820dde9209251a35ec5fd9438ae14a9aecd2c773ddebcdac54a3719e
3
+ size 5894
runs/Jun07_18-10-24_209-20-159-150/events.out.tfevents.1686161436.209-20-159-150.137700.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de9cf44fd0f7bbae4f3702e6776a7222279d21756a2623c4d8208b0e38e69dc6
3
+ size 3992
runs/Jun07_18-11-19_209-20-159-150/1686161485.1797252/events.out.tfevents.1686161485.209-20-159-150.137700.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf5bfabafcd36d0df0c1b1b255f012b57f01818c841f70a4277b32c2d7407b0
3
+ size 5894
runs/Jun07_18-11-19_209-20-159-150/events.out.tfevents.1686161485.209-20-159-150.137700.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57fb640bd52ecc9c535a8b38e7a3b7274c7b8a3f9c02c7c3aa0c6cad989f85ad
3
+ size 3992
runs/Jun07_18-11-53_209-20-159-150/1686161519.3940315/events.out.tfevents.1686161519.209-20-159-150.137700.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1306eb344c94829ac09cf8fb4c764ed94e8f2104cb6741bdf6e7c08e382f2841
3
+ size 5894
runs/Jun07_18-11-53_209-20-159-150/events.out.tfevents.1686161519.209-20-159-150.137700.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a470de2f736920397ce3da7b7b34deb64002eb1bebfdbb297ffb579197c74704
3
+ size 4150
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9218e746fa20d6c9acf7e8aa6eca96be7f2873647ab0577f23e1e45a9bd4b26b
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff