tiennvcs commited on
Commit
69c8a6c
1 Parent(s): b366557

Training in progress, step 1000

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.11.3",
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:6da196b3813cfa853adb0b741abf3dde81231ec6b6f650dd4de3ecee6570df24
3
+ size 265497077
runs/Oct21_09-34-04_be4435c99f25/1634808881.0884175/events.out.tfevents.1634808881.be4435c99f25.77.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c58eeb348256c4f4918d90167e2c5250ee685c8bb85059b39e74dfe2fafc231
3
+ size 4585
runs/Oct21_09-34-04_be4435c99f25/events.out.tfevents.1634808881.be4435c99f25.77.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7f665a3d5aef2786bdbeb8bf9ab123840acadb43b984a819ba8e8568702fad
3
+ size 3110
runs/Oct21_09-35-11_be4435c99f25/1634808916.6941001/events.out.tfevents.1634808916.be4435c99f25.77.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfdf850b37dae2bca7f8e5eab5c9c79d4131627a55ec4247e5f7d5021a64d33e
3
+ size 4585
runs/Oct21_09-35-11_be4435c99f25/events.out.tfevents.1634808916.be4435c99f25.77.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1706d7a2a064f512a425ed5b113cb78e7f71e22ab941559bb9a3d8f421e179fc
3
+ size 3917
runs/Oct21_09-42-50_be4435c99f25/1634809377.1704652/events.out.tfevents.1634809377.be4435c99f25.77.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:401203c8d8a139b908d47644c22d04ed72fecda23c154e8c0146cd750b6f0c99
3
+ size 4585
runs/Oct21_09-42-50_be4435c99f25/1634809480.4232621/events.out.tfevents.1634809480.be4435c99f25.77.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0366424417bb69967499cbd95d2869b87a8d32a47f09e248cabec763d0429e92
3
+ size 4585
runs/Oct21_09-42-50_be4435c99f25/1634809486.254044/events.out.tfevents.1634809486.be4435c99f25.77.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ffc8b506f1badaeadc3cdd1cffb9c46eef4687ef63270f9cff453ac93055ff8
3
+ size 4585
runs/Oct21_09-42-50_be4435c99f25/events.out.tfevents.1634809377.be4435c99f25.77.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19eb87ccb78579667726e3f22c8077bc9e5f28d157adf36c0422af498bd98693
3
+ size 9250
runs/Oct21_09-46-21_be4435c99f25/1634809599.6061165/events.out.tfevents.1634809599.be4435c99f25.77.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:923ba315a882077607113e8189c6e38efecfb54fa9b967cb9700c9228b81ff20
3
+ size 4585
runs/Oct21_09-46-21_be4435c99f25/events.out.tfevents.1634809599.be4435c99f25.77.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba40415ff8dd66f7d918bfcc3acd8ca5cf350650dbea51ab73806c0f8f916583
3
+ size 6128
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:7ac592c1da3657c55ef25b7f56f139c29b9e42aef9f76c7c7c2cb6dab272b7c7
3
+ size 2863
vocab.txt ADDED
The diff for this file is too large to render. See raw diff