hcy11 commited on
Commit
5ea4f7d
1 Parent(s): 7c00623

Training in progress, step 500

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:fd59ac992e3c0144b25fd745c78174248ba5053aa856571bfae2bda6c3460baa
3
+ size 265497077
runs/Feb25_21-57-12_55dd05e81f43/1645826240.125324/events.out.tfevents.1645826240.55dd05e81f43.84.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5de6eb5bda3774d5638798c269c252bbd7dc904a65e719de28858bd3a5fc144
3
+ size 4826
runs/Feb25_21-57-12_55dd05e81f43/events.out.tfevents.1645826240.55dd05e81f43.84.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad6f09b865c3cf62909f752553f7bd1ad3b6b75093b6d7d725f49fde36da923c
3
+ size 3248
runs/Feb25_22-04-26_55dd05e81f43/1645826675.3553407/events.out.tfevents.1645826675.55dd05e81f43.869.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bd2cfe64ef54f9b852c05bec57ca1bd24b8592b2e20c9fc5d13b71e60186284
3
+ size 4826
runs/Feb25_22-04-26_55dd05e81f43/events.out.tfevents.1645826675.55dd05e81f43.869.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebe73723328cb58c5d7422675a396939b311fce2057767ce943ad34101bd6ced
3
+ size 3405
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:0a7b031c637df31882ea6b8a27a2b1f9a3b361c003779b1ae9c944b7d22089be
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff