smith commited on
Commit
dee50a0
1 Parent(s): dee0bb0

End of training

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
+ "DistilBertForMaskedLM"
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.29.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:c78e6735d40f2ba9378cfc036737c10aa1384e2e46d8894fc1d76d7ccc9cc2be
3
+ size 267978033
runs/May28_11-09-35_ubuntu/1685243430.942069/events.out.tfevents.1685243430.ubuntu.284472.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5136d7ba99e14e33cdd4abc13f9bca5803fa45fb646b8c1a95a17a2394926769
3
+ size 5971
runs/May28_11-09-35_ubuntu/events.out.tfevents.1685243417.ubuntu.284472.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06d0e5f2e07ccbd1c609e621e8f95cf7622249cc6f4b5b24b2a1d3b0186a899
3
+ size 4594
runs/May28_12-33-05_ubuntu/1685248397.4596667/events.out.tfevents.1685248397.ubuntu.3763.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:706eabbca9a47c261d7cbd82f1d1b64d0582544ffe07ae2693cb3429deab21d3
3
+ size 5971
runs/May28_12-33-05_ubuntu/events.out.tfevents.1685248397.ubuntu.3763.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59a5b80ba676f6f90ab11cedbc87b6bec258e8f51aa654fe0924ceece66f61d4
3
+ size 4594
runs/May28_16-02-56_ubuntu/1685260988.471838/events.out.tfevents.1685260988.ubuntu.4158.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02a1c06d6ef2073a50ef49d6fb404f4d6e90c74fbc813960b36af204f02f3826
3
+ size 5971
runs/May28_16-02-56_ubuntu/events.out.tfevents.1685260988.ubuntu.4158.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfb59cf9ed9cec8b22c40384bf02453446c8e3a91f856b5482d3e2a41c10cfcc
3
+ size 5804
runs/May28_16-02-56_ubuntu/events.out.tfevents.1685261555.ubuntu.4158.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5d62d0e8838736dfc4e427e71ea4eafb5ad77edae90dd55b44047c3a07ecc53
3
+ size 359
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24fab950981b50f63e820f4bd43ec4a5454df0095b8a2c8c3d3d0b20e28e9066
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff