Meziane commited on
Commit
b15edf8
1 Parent(s): 94d782a

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google-bert/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.31.0",
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:69dcfc2dd1dd67e7490feaa314d11960335ea1ea1f84dd97dcd0e715ae7a883e
3
+ size 435640934
runs/May29_13-49-38_18f4c140c2a4/events.out.tfevents.1716990587.18f4c140c2a4.221.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96598feb27bc3d27c7ebd91548571c6e6e9b7e542f8b0264802b7c15d6268036
3
+ size 8062
runs/May29_13-57-42_18f4c140c2a4/events.out.tfevents.1716991067.18f4c140c2a4.221.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:318ef194801eecc1050c689262807fcf9e14fd57f9b8edaa89e6a83fdd3b5b87
3
+ size 4075
runs/May29_13-58-50_18f4c140c2a4/events.out.tfevents.1716991143.18f4c140c2a4.221.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0ca4fe0a6ec729435f8c8bbef214a3fa1b1a37df011b5dfd1cb7a2397bb0e6
3
+ size 8062
runs/May29_13-58-50_18f4c140c2a4/events.out.tfevents.1716991206.18f4c140c2a4.221.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fc1c3f7aafe9f5cbb34603c16dcb872c677c5166d34659ad6ad5967f5f8302e
3
+ size 4075
runs/May29_14-00-21_18f4c140c2a4/events.out.tfevents.1716991228.18f4c140c2a4.221.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eb00e74f9b62cb6ad2c593b3111faf50b728270319d9e83f6df87b218cf4e41
3
+ size 4069
runs/May29_14-00-21_18f4c140c2a4/events.out.tfevents.1716991262.18f4c140c2a4.221.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f217b03cc72fa73c2fd1343e446d0dc15fe81ed1186ab70a1f2b9e1135483848
3
+ size 4069
runs/May29_14-32-09_18f4c140c2a4/events.out.tfevents.1716993136.18f4c140c2a4.221.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f3775c9054dcff3f6c7e58587a98409cd994c2d4490755e255c5032d4ca374
3
+ size 4069
runs/May29_14-32-09_18f4c140c2a4/events.out.tfevents.1716993145.18f4c140c2a4.221.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:325a30dbac55856a2fb3b9173616ac16909dac1fbf6ac78c44e0ce353719c3bd
3
+ size 8050
runs/May29_14-36-46_18f4c140c2a4/events.out.tfevents.1716993410.18f4c140c2a4.221.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b333b5af4d40aeb3fdf0d790964086164a792f2ee3db22792f09cc0bfb82ba75
3
+ size 4965
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:c95b1b6a2f27d0faa49a615a1c592cf83d8f254a4eb30f9cd8a5f9912226f92a
3
+ size 4408
vocab.txt ADDED
The diff for this file is too large to render. See raw diff