anasaqsme commited on
Commit
81e4999
1 Parent(s): 14aae45

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForQuestionAnswering"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.16.2",
23
+ "vocab_size": 30522
24
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aacfdcd9bde8937d2f0c02bbd208417520044283dd19ad7cd7ab49d5fa065943
3
+ size 265495669
runs/Mar02_07-27-42_510395d34902/1646206091.8391461/events.out.tfevents.1646206091.510395d34902.70.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df40a3f7bc48726e826995a61cab8d9721c3b19c2050f4a36a7adfb94f94677
3
+ size 4826
runs/Mar02_07-27-42_510395d34902/1646207740.8924541/events.out.tfevents.1646207740.510395d34902.70.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4202b74b13595a4d91f6844931d8cce5cd16cc395ecac8e47cc866a761b97f88
3
+ size 4826
runs/Mar02_07-27-42_510395d34902/events.out.tfevents.1646206091.510395d34902.70.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac6e4c46fe717ab33b15b16d5a9ae1e6422eb30de155f25b6b04d42cfd0ed732
3
+ size 3248
runs/Mar02_07-27-42_510395d34902/events.out.tfevents.1646207740.510395d34902.70.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f81ce41be16d4d6f95474967aa87e58ce7ca44bc63dc0cfb0ce95cb7399ef42
3
+ size 3248
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": true, "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": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8b1e6a708837a67d87ee3a7f0480868e2c7d721eeb2237ebe1c6cb59ac8d271
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff