stig commited on
Commit
d46300b
1 Parent(s): 5dac94b

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.19.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:322dfb6d45aa9a2eaa19d9cfc7c4af26b36165cfa96fc3ed6825ade6106393d2
3
+ size 265491317
runs/Jun06_13-39-21_d2fa0367a4f3/1654522769.021757/events.out.tfevents.1654522769.d2fa0367a4f3.70.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e7950312018e32792eac322895c927d4089e49a6afbb0b9fe4f8b3946c0e3af
3
+ size 5226
runs/Jun06_13-39-21_d2fa0367a4f3/events.out.tfevents.1654522769.d2fa0367a4f3.70.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c2d1f4a5e96afb773249ac457e837a709f8203fb3b74a1d2c6745aa96f63f59
3
+ size 3460
runs/Jun06_14-59-00_d2fa0367a4f3/1654527611.9413526/events.out.tfevents.1654527611.d2fa0367a4f3.70.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba9f6dc8a0dc3d26d528c4909104ae72db32d72c4c78421759b74f307a2e0d84
3
+ size 5226
runs/Jun06_14-59-00_d2fa0367a4f3/events.out.tfevents.1654527611.d2fa0367a4f3.70.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e471d9f055f4d7d7d1e617302a96c3c826583c5d74b7c42db5d9436ab80bd8a3
3
+ size 3617
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:f0a1472a321f96c714c83de6f96707cb1bbf5685560e1316414cd14010bcccc1
3
+ size 3247
vocab.txt ADDED
The diff for this file is too large to render. See raw diff