MaggieXM commited on
Commit
f028c55
1 Parent(s): 0da10bb

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:8aef1dcb50c7dc82b2e4ba183253d70ea5104ce4d5ec724c06f588b0f12847b2
3
+ size 265495669
runs/Feb02_13-17-18_9dad51fe1e10/1643807846.036036/events.out.tfevents.1643807846.9dad51fe1e10.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a06f256e20a11726c91576db8ca7797fb15e5373776dfa8aacb6011721320c2
3
+ size 4826
runs/Feb02_13-17-18_9dad51fe1e10/events.out.tfevents.1643807846.9dad51fe1e10.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e389670bd49964526769236eefdc34800f6018cb866e5cd9db4469423069cd98
3
+ size 3248
runs/Feb02_13-42-10_9dad51fe1e10/1643809336.1348536/events.out.tfevents.1643809336.9dad51fe1e10.817.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ea46b8315bce47e181ccb8be379761bd2fb51d2b316d11a985db6917b272336
3
+ size 4826
runs/Feb02_13-42-10_9dad51fe1e10/events.out.tfevents.1643809336.9dad51fe1e10.817.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e887c7ec52ea454cf6450bd60cf85d6c3b024a73b86423f5dd54a68223cbba1
3
+ size 3865
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:cd26ecb9f3759f6a95bcfd6cefed7a574032f441dbb39d33d6ad7e45f3ebf403
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff