T-qualizer commited on
Commit
d167eba
1 Parent(s): d0ec486

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.17.0",
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:426d6db698d61951335c95cd5da1a94ac0651cf5862eb62bccdd905ba6b63261
3
+ size 265496053
runs/Mar13_21-23-38_3e4b84a8a688/1647206725.9566214/events.out.tfevents.1647206725.3e4b84a8a688.919.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76794bade1d5514a7ec2d0d04accf4e00a09d0e8550432714827f82d589bf563
3
+ size 4829
runs/Mar13_21-23-38_3e4b84a8a688/events.out.tfevents.1647206725.3e4b84a8a688.919.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c176d9cb1435f70bda0ef57a5305ddfe982b816d7872e84d7d7b728acc8d325
3
+ size 3249
runs/Mar13_21-28-02_3e4b84a8a688/1647206912.081326/events.out.tfevents.1647206912.3e4b84a8a688.919.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75106612b34ab1910246ee4d04aad634b8260036f273a5a1a7293c5d2837972b
3
+ size 4829
runs/Mar13_21-28-02_3e4b84a8a688/events.out.tfevents.1647206912.3e4b84a8a688.919.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1def01e452ffddb423c7e5128cc1a167c9a539f5d6d2d110c127a606c9eabfd
3
+ size 3251
runs/Mar13_21-30-41_3e4b84a8a688/1647207053.2995563/events.out.tfevents.1647207053.3e4b84a8a688.919.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8dc120b425bbdc1d56f8a718cdd5e453db6e1946042711b93be7b0576ed639c
3
+ size 4829
runs/Mar13_21-30-41_3e4b84a8a688/events.out.tfevents.1647207053.3e4b84a8a688.919.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7858076e8bbdbb988f575c4d392736329839b11d76d8c9c71d3f949eeba85ea9
3
+ size 3253
runs/Mar13_21-33-00_3e4b84a8a688/1647207189.2910426/events.out.tfevents.1647207189.3e4b84a8a688.919.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc6635742ab8db29ef8cb80de4881532e7df56fd54567ad0598bc6b75bf7949
3
+ size 4829
runs/Mar13_21-33-00_3e4b84a8a688/events.out.tfevents.1647207189.3e4b84a8a688.919.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d4bb9c44af27ed8e31213129af249c5c92ac430c4e9a79b741ef310e4dac3d6
3
+ size 3408
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:21d8ccd4a09664ad363039bb840d50de6f872e33832aa20a0b9110e0a1d74593
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff