21iridescent commited on
Commit
0406864
1 Parent(s): 8e65b64

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:de7b52feb0000e5970a74f3e65e5610a3cf2e835c134c531b24742f0f982407a
3
+ size 265497461
runs/Mar28_03-58-19_c50e04dc67fc/1648439920.5758247/events.out.tfevents.1648439920.c50e04dc67fc.82.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227e2c53e478c8a389e9e97cb7f527293916042f191703a69095a468bc09d184
3
+ size 4826
runs/Mar28_03-58-19_c50e04dc67fc/events.out.tfevents.1648439920.c50e04dc67fc.82.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e2d2d56077c607afa2ca9caf7afc4739755b62ff668a844f5b5440cecc9286
3
+ size 3248
runs/Mar28_04-00-47_c50e04dc67fc/1648440066.2120948/events.out.tfevents.1648440066.c50e04dc67fc.82.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a73a9574a181b4cbf0a2a0875cefb32b33ff9bcd4342548fe6318ce1951a256
3
+ size 4826
runs/Mar28_04-00-47_c50e04dc67fc/events.out.tfevents.1648440066.c50e04dc67fc.82.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128de4708f2b06535aaafa386b5be4ad940959c655e60b67d16f363c10344180
3
+ size 3248
runs/Mar28_04-03-05_c50e04dc67fc/1648440204.568472/events.out.tfevents.1648440204.c50e04dc67fc.82.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e962c35918b8a3c8904c2bb8edd4d8829f4b293a0a350911b50da863eb7b69b
3
+ size 4826
runs/Mar28_04-03-05_c50e04dc67fc/events.out.tfevents.1648440204.c50e04dc67fc.82.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f126c72e4ae0ec731db9515e270a18f5d08ca20f9af44fd0051cb9ac1d3d5fc
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:a3dac40a71231810e74e63d982abdd59cd81a1b4d082c6698415620c69510768
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff