DioLiu commited on
Commit
a6f5285
·
1 Parent(s): 01dd474

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"Berowne": 29050, "ooh": 29002, "gracious": 29064, "Pisanio": 29063, "Hermia": 29021, "jest": 29065, "Posthumus": 29043, "Thy": 29012, "folly": 29055, "forsworn": 29069, "whoa": 29035, "tis": 29000, "dost": 29025, "Thou": 28997, "fools": 29059, "york": 29074, "thyself": 29041, "Yea": 29034, "hath": 28996, "withal": 29071, "Alas": 29062, "majesty": 29040, "Benedick": 29015, "madam": 29006, "bless": 29038, "virtuous": 29057, "prithee": 29067, "Ay": 29001, "oaths": 29066, "Nay": 29003, "Tis": 29007, "troth": 29030, "Thisby": 29037, "entreat": 29058, "weep": 29068, "oft": 29046, "hither": 29014, "valour": 29070, "Marry": 29023, "Pray": 29020, "hast": 29008, "scorn": 29036, "knave": 29027, "doth": 28999, "woo": 29033, "Demetrius": 29019, "wouldst": 29072, "shalt": 29013, "merry": 29045, "haste": 29049, "Leonato": 29052, "gon": 29004, "morrow": 29005, "Pompey": 29022, "wilt": 29042, "Lysander": 29026, "st": 28998, "lov": 29031, "Rosalind": 29010, "twas": 29061, "beseech": 29016, "Hath": 29017, "Cupid": 29028, "Signior": 29018, "lordship": 29029, "Pyramus": 29024, "Imogen": 29051, "friar": 29032, "nay": 29056, "ere": 29009, "Madam": 29053, "liege": 29044, "shepherd": 29047, "ai": 29054, "Farewell": 29048, "writ": 29073, "thine": 29011, "highness": 29039, "sar": 29060}
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
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
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.18.0",
24
+ "vocab_size": 29075
25
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b57c03b9b17203dcd8c4434d229ddabcac4b2cc94f8c6b63105e9495a0f4e9dc
3
+ size 263409137
runs/May03_06-30-52_f9c20afdc09a/1651559499.7175052/events.out.tfevents.1651559499.f9c20afdc09a.79.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b9fdc71601b407e37ff22152fea0a132b6ee63c582ef244398722a1a171cd7c
3
+ size 4928
runs/May03_06-30-52_f9c20afdc09a/events.out.tfevents.1651559499.f9c20afdc09a.79.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c09b1a0097626f5f1f9e646631f1dd452eb7da258f4aa0ec00be8a2b4fb801f
3
+ size 3948
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": false, "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": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b93cb1c2439946bb509f603941cd2c00a5af5c60bf9605d0764c79427a9115d
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff