sagnikrayc commited on
Commit
817a614
1 Parent(s): b21e816

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
3
+ "architectures": [
4
+ "RobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "\"",
15
+ "1": "''",
16
+ "2": "#",
17
+ "3": "$",
18
+ "4": "(",
19
+ "5": ")",
20
+ "6": ",",
21
+ "7": ".",
22
+ "8": ":",
23
+ "9": "``",
24
+ "10": "CC",
25
+ "11": "CD",
26
+ "12": "DT",
27
+ "13": "EX",
28
+ "14": "FW",
29
+ "15": "IN",
30
+ "16": "JJ",
31
+ "17": "JJR",
32
+ "18": "JJS",
33
+ "19": "LS",
34
+ "20": "MD",
35
+ "21": "NN",
36
+ "22": "NNP",
37
+ "23": "NNPS",
38
+ "24": "NNS",
39
+ "25": "NN|SYM",
40
+ "26": "PDT",
41
+ "27": "POS",
42
+ "28": "PRP",
43
+ "29": "PRP$",
44
+ "30": "RB",
45
+ "31": "RBR",
46
+ "32": "RBS",
47
+ "33": "RP",
48
+ "34": "SYM",
49
+ "35": "TO",
50
+ "36": "UH",
51
+ "37": "VB",
52
+ "38": "VBD",
53
+ "39": "VBG",
54
+ "40": "VBN",
55
+ "41": "VBP",
56
+ "42": "VBZ",
57
+ "43": "WDT",
58
+ "44": "WP",
59
+ "45": "WP$",
60
+ "46": "WRB"
61
+ },
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 3072,
64
+ "label2id": {
65
+ "\"": 0,
66
+ "#": 2,
67
+ "$": 3,
68
+ "''": 1,
69
+ "(": 4,
70
+ ")": 5,
71
+ ",": 6,
72
+ ".": 7,
73
+ ":": 8,
74
+ "CC": 10,
75
+ "CD": 11,
76
+ "DT": 12,
77
+ "EX": 13,
78
+ "FW": 14,
79
+ "IN": 15,
80
+ "JJ": 16,
81
+ "JJR": 17,
82
+ "JJS": 18,
83
+ "LS": 19,
84
+ "MD": 20,
85
+ "NN": 21,
86
+ "NNP": 22,
87
+ "NNPS": 23,
88
+ "NNS": 24,
89
+ "NN|SYM": 25,
90
+ "PDT": 26,
91
+ "POS": 27,
92
+ "PRP": 28,
93
+ "PRP$": 29,
94
+ "RB": 30,
95
+ "RBR": 31,
96
+ "RBS": 32,
97
+ "RP": 33,
98
+ "SYM": 34,
99
+ "TO": 35,
100
+ "UH": 36,
101
+ "VB": 37,
102
+ "VBD": 38,
103
+ "VBG": 39,
104
+ "VBN": 40,
105
+ "VBP": 41,
106
+ "VBZ": 42,
107
+ "WDT": 43,
108
+ "WP": 44,
109
+ "WP$": 45,
110
+ "WRB": 46,
111
+ "``": 9
112
+ },
113
+ "layer_norm_eps": 1e-05,
114
+ "max_position_embeddings": 514,
115
+ "model_type": "roberta",
116
+ "num_attention_heads": 12,
117
+ "num_hidden_layers": 12,
118
+ "pad_token_id": 1,
119
+ "position_embedding_type": "absolute",
120
+ "torch_dtype": "float32",
121
+ "transformers_version": "4.18.0",
122
+ "type_vocab_size": 1,
123
+ "use_cache": true,
124
+ "vocab_size": 50265
125
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3de6bb2541f052cf2ec5f399c9aca732b118efc859f095a5eb22aef88783ecc5
3
+ size 496438189
runs/Sep29_16-19-16_msla0665.local/1696018761.942789/events.out.tfevents.1696018761.msla0665.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00acca2c8c3bdd78fb4c1741765c15b9fe7f84fc12ee01ecd4fcc48994e1adfc
3
+ size 4682
runs/Sep29_16-19-16_msla0665.local/events.out.tfevents.1696018761.msla0665.local ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008c02d78cfc3640628c4002be57bfea0f44d2ff689a431c4c48e39c8c334f2c
3
+ size 5483
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"errors": "replace", "bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": "<mask>", "add_prefix_space": true, "trim_offsets": true, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "roberta-base", "tokenizer_class": "RobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21a3b9d9ccc006a1b68f15cb440a8d8426d885a5ad2d798ab9276a4377a459d9
3
+ size 3131
vocab.json ADDED
The diff for this file is too large to render. See raw diff