Gladiator commited on
Commit
fb36930
1 Parent(s): c21d326

Training in progress, epoch 1

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.20.1",
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:eb737db85c6c4641555068ec41141abc794d079ed8d5b4885176c8807bdf81e8
3
+ size 265491317
runs/Dec12_14-37-17_7c43975d2a17/1670855847.9694152/events.out.tfevents.1670855847.7c43975d2a17.3415.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:498cc3803ccd36969af83aa4016d83eba373f9e20a6dddd1343c0b5acb45fff1
3
+ size 5378
runs/Dec12_14-37-17_7c43975d2a17/events.out.tfevents.1670855847.7c43975d2a17.3415.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2ed668d2b09be2e3c0a6854e8343f84cfc48462c11b654e9517f22be843434
3
+ size 40
runs/Dec12_14-43-35_7c43975d2a17/1670856221.6238174/events.out.tfevents.1670856221.7c43975d2a17.4083.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c125779b6658dcc2f57d210765d9cf5b3bc3d6084b6b2e275b08a4ada20630
3
+ size 5378
runs/Dec12_14-43-35_7c43975d2a17/events.out.tfevents.1670856221.7c43975d2a17.4083.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a32a9648880f96da04b344fc5c42a1f3527ed53d0dba302d3f605543f17afa
3
+ size 3541
runs/Dec12_14-44-01_7c43975d2a17/1670856247.0007815/events.out.tfevents.1670856247.7c43975d2a17.4083.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c07480e250f037927100e71a936aa492c35dba400501c1bf3c835593d27d12da
3
+ size 5378
runs/Dec12_14-44-01_7c43975d2a17/events.out.tfevents.1670856246.7c43975d2a17.4083.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c869617e505f2ce250a7c32c82339fdef3ce9946bfdf90c80f59f1368ed7dd
3
+ size 4169
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d3302ded3c3a7626a7a2ce07c4a150efc8da1a07cb8e8ac976b14e00e993c87
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff