om-ashish-soni commited on
Commit
b6a494c
·
1 Parent(s): a1987b8

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
61
+ "initializer_range": 0.02,
62
+ "intermediate_size": 3072,
63
+ "label2id": {
64
+ "\"": 0,
65
+ "#": 2,
66
+ "$": 3,
67
+ "''": 1,
68
+ "(": 4,
69
+ ")": 5,
70
+ ",": 6,
71
+ ".": 7,
72
+ ":": 8,
73
+ "CC": 10,
74
+ "CD": 11,
75
+ "DT": 12,
76
+ "EX": 13,
77
+ "FW": 14,
78
+ "IN": 15,
79
+ "JJ": 16,
80
+ "JJR": 17,
81
+ "JJS": 18,
82
+ "LS": 19,
83
+ "MD": 20,
84
+ "NN": 21,
85
+ "NNP": 22,
86
+ "NNPS": 23,
87
+ "NNS": 24,
88
+ "NN|SYM": 25,
89
+ "PDT": 26,
90
+ "POS": 27,
91
+ "PRP": 28,
92
+ "PRP$": 29,
93
+ "RB": 30,
94
+ "RBR": 31,
95
+ "RBS": 32,
96
+ "RP": 33,
97
+ "SYM": 34,
98
+ "TO": 35,
99
+ "UH": 36,
100
+ "VB": 37,
101
+ "VBD": 38,
102
+ "VBG": 39,
103
+ "VBN": 40,
104
+ "VBP": 41,
105
+ "VBZ": 42,
106
+ "WDT": 43,
107
+ "WP": 44,
108
+ "WP$": 45,
109
+ "WRB": 46,
110
+ "``": 9
111
+ },
112
+ "layer_norm_eps": 1e-12,
113
+ "max_position_embeddings": 512,
114
+ "model_type": "bert",
115
+ "num_attention_heads": 12,
116
+ "num_hidden_layers": 12,
117
+ "pad_token_id": 0,
118
+ "position_embedding_type": "absolute",
119
+ "torch_dtype": "float32",
120
+ "transformers_version": "4.31.0",
121
+ "type_vocab_size": 2,
122
+ "use_cache": true,
123
+ "vocab_size": 28996
124
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e893a9cfcc84eb0085487882c7c6dc373b720582c908fbea40141bad19a62089
3
+ size 431091049
runs/Aug21_12-19-01_a382976862a4/events.out.tfevents.1692620347.a382976862a4.1470.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f6652ee23ba14a6af7779c8a38b1017bc6f818e533e6f1a63c10e631d7ebe7
3
+ size 6451
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:ee2b2c7f4481fff144cf25fa9e6bafe861d7e1f88b273ae006539ce2733461ec
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff