huggingfaceepita commited on
Commit
a31a50d
1 Parent(s): 0cd0517

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.12.5",
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:e532993a5d20970d5ab2d22a58998553d51010bf1f2541c7dd9f4d4ae6ee6e9e
3
+ size 265497077
runs/Nov23_21-31-50_decd02345501/1637703275.30087/events.out.tfevents.1637703275.decd02345501.71.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:870fe173799a3158c5da6998b5bb9987597f8062d06b161840888de67b170755
3
+ size 4576
runs/Nov23_21-31-50_decd02345501/events.out.tfevents.1637703275.decd02345501.71.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c8c916b654e2361a731af1a6d2c1aac63271c0cad63fe4a671eb71c9b0dac2c
3
+ size 3369
runs/Nov23_21-36-14_decd02345501/1637703394.4697309/events.out.tfevents.1637703394.decd02345501.71.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16db1383cbe39d03621c6fa1a81d86267376f5218addf05015dc97a4b2dc6cdf
3
+ size 4576
runs/Nov23_21-36-14_decd02345501/1637704276.9854233/events.out.tfevents.1637704276.decd02345501.71.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96ee59dbfa7c8ce226229d3dbee9f0dadd39fa530f940135143cee8c759ed74c
3
+ size 4576
runs/Nov23_21-36-14_decd02345501/events.out.tfevents.1637703394.decd02345501.71.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59078fc5a320bbff8fa531d9a49f97961b1f0ee4b83d06581b37e97c85a1292f
3
+ size 4267
runs/Nov23_21-36-14_decd02345501/events.out.tfevents.1637704276.decd02345501.71.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c31a12d6b21e0a38da5391c1083ac25e3190b74225edc133554fc6f3a77785b3
3
+ size 4304
runs/Nov23_22-38-57_decd02345501/1637707162.2316902/events.out.tfevents.1637707162.decd02345501.71.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd58939f4353bc6801bad1d4920748ea689332410a7b4f37e2531df127066bb0
3
+ size 4576
runs/Nov23_22-38-57_decd02345501/events.out.tfevents.1637707162.decd02345501.71.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eefc1c53f08c50449164f23cd8060b73f711bfea5ffbbe2d04291477097894a
3
+ size 3257
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:b35e6a64f66c61aeafd55331576b29f61f1360a2273895cdac7f0bbe86a32415
3
+ size 2863
vocab.txt ADDED
The diff for this file is too large to render. See raw diff