DunnBC22 commited on
Commit
71d28fc
1 Parent(s): c6a218f

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "\"",
14
+ "1": "''",
15
+ "2": "#",
16
+ "3": "$",
17
+ "4": "(",
18
+ "5": ")",
19
+ "6": ",",
20
+ "7": ".",
21
+ "8": ":",
22
+ "9": "``",
23
+ "10": "CC",
24
+ "11": "CD",
25
+ "12": "DT",
26
+ "13": "EX",
27
+ "14": "FW",
28
+ "15": "IN",
29
+ "16": "JJ",
30
+ "17": "JJR",
31
+ "18": "JJS",
32
+ "19": "LS",
33
+ "20": "MD",
34
+ "21": "NN",
35
+ "22": "NNP",
36
+ "23": "NNPS",
37
+ "24": "NNS",
38
+ "25": "NN|SYM",
39
+ "26": "PDT",
40
+ "27": "POS",
41
+ "28": "PRP",
42
+ "29": "PRP$",
43
+ "30": "RB",
44
+ "31": "RBR",
45
+ "32": "RBS",
46
+ "33": "RP",
47
+ "34": "SYM",
48
+ "35": "TO",
49
+ "36": "UH",
50
+ "37": "VB",
51
+ "38": "VBD",
52
+ "39": "VBG",
53
+ "40": "VBN",
54
+ "41": "VBP",
55
+ "42": "VBZ",
56
+ "43": "WDT",
57
+ "44": "WP",
58
+ "45": "WP$",
59
+ "46": "WRB",
60
+ "47": "RT",
61
+ "48": "HT",
62
+ "49": "USR",
63
+ "50": "URL"
64
+ },
65
+ "initializer_range": 0.02,
66
+ "intermediate_size": 3072,
67
+ "label2id": {
68
+ "\"": 0,
69
+ "#": 2,
70
+ "$": 3,
71
+ "''": 1,
72
+ "(": 4,
73
+ ")": 5,
74
+ ",": 6,
75
+ ".": 7,
76
+ ":": 8,
77
+ "CC": 10,
78
+ "CD": 11,
79
+ "DT": 12,
80
+ "EX": 13,
81
+ "FW": 14,
82
+ "HT": 48,
83
+ "IN": 15,
84
+ "JJ": 16,
85
+ "JJR": 17,
86
+ "JJS": 18,
87
+ "LS": 19,
88
+ "MD": 20,
89
+ "NN": 21,
90
+ "NNP": 22,
91
+ "NNPS": 23,
92
+ "NNS": 24,
93
+ "NN|SYM": 25,
94
+ "PDT": 26,
95
+ "POS": 27,
96
+ "PRP": 28,
97
+ "PRP$": 29,
98
+ "RB": 30,
99
+ "RBR": 31,
100
+ "RBS": 32,
101
+ "RP": 33,
102
+ "RT": 47,
103
+ "SYM": 34,
104
+ "TO": 35,
105
+ "UH": 36,
106
+ "URL": 50,
107
+ "USR": 49,
108
+ "VB": 37,
109
+ "VBD": 38,
110
+ "VBG": 39,
111
+ "VBN": 40,
112
+ "VBP": 41,
113
+ "VBZ": 42,
114
+ "WDT": 43,
115
+ "WP": 44,
116
+ "WP$": 45,
117
+ "WRB": 46,
118
+ "``": 9
119
+ },
120
+ "layer_norm_eps": 1e-12,
121
+ "max_position_embeddings": 512,
122
+ "model_type": "bert",
123
+ "num_attention_heads": 12,
124
+ "num_hidden_layers": 12,
125
+ "pad_token_id": 0,
126
+ "position_embedding_type": "absolute",
127
+ "torch_dtype": "float32",
128
+ "transformers_version": "4.28.1",
129
+ "type_vocab_size": 2,
130
+ "use_cache": true,
131
+ "vocab_size": 28996
132
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c67df66cfdc47136a1b1d9f7b870c775af1926e74bd78c3a7189586f2d14d6b2
3
+ size 431104941
runs/Jul06_21-05-51_Brians-Mac-mini.local/1688695556.467338/events.out.tfevents.1688695556.Brians-Mac-mini.local.5941.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0f114cb8c267753228451fa1976968e688ffc3e91eca836a18e5be51e81f90d
3
+ size 5988
runs/Jul06_21-05-51_Brians-Mac-mini.local/events.out.tfevents.1688695556.Brians-Mac-mini.local.5941.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c59cf143e2dbbd49c20d1fe13e75ab4df58d346777e3c5be958169b218fba9ff
3
+ size 8367
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": false,
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": "BertTokenizer",
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:fe5cec7b459269c679652ca4b1e8ed57ee3c0222d624b58daf9230910d0b39f6
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff