DunnBC22 commited on
Commit
a9f763a
1 Parent(s): e4fe437

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:9642404c0167143041a704850f874bffade1d3c027302cfb652901ae55b2dfc3
3
+ size 431104941
runs/Jul02_23-03-13_Brians-Mac-mini/1688356998.343554/events.out.tfevents.1688356998.Brians-Mac-mini.3901.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7636df2dc358fd9d9007b0d7b321505654c60ad9dbe444cbcbf4aca2838746d4
3
+ size 5973
runs/Jul02_23-03-13_Brians-Mac-mini/events.out.tfevents.1688356998.Brians-Mac-mini.3901.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ba855536b4ca3061cdc8a11f3bfc6ebdbae6beb6151f1b349de636aab02552d
3
+ size 8533
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:82bb3e83453a0c3cc7f97c4c38881ff19776492046687fd9617d8615843edcbf
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff