jagadeesh commited on
Commit
22de7c2
·
verified ·
1 Parent(s): 70479b3

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapters": {
3
+ "adapters": {},
4
+ "config_map": {},
5
+ "fusion_config_map": {},
6
+ "fusions": {}
7
+ },
8
+ "architectures": [
9
+ "BertForSequenceClassification"
10
+ ],
11
+ "attention_probs_dropout_prob": 0.1,
12
+ "classifier_dropout": null,
13
+ "hidden_act": "gelu",
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1",
19
+ "2": "LABEL_2",
20
+ "3": "LABEL_3",
21
+ "4": "LABEL_4",
22
+ "5": "LABEL_5",
23
+ "6": "LABEL_6",
24
+ "7": "LABEL_7",
25
+ "8": "LABEL_8",
26
+ "9": "LABEL_9",
27
+ "10": "LABEL_10",
28
+ "11": "LABEL_11",
29
+ "12": "LABEL_12",
30
+ "13": "LABEL_13",
31
+ "14": "LABEL_14",
32
+ "15": "LABEL_15",
33
+ "16": "LABEL_16",
34
+ "17": "LABEL_17",
35
+ "18": "LABEL_18",
36
+ "19": "LABEL_19",
37
+ "20": "LABEL_20",
38
+ "21": "LABEL_21",
39
+ "22": "LABEL_22",
40
+ "23": "LABEL_23",
41
+ "24": "LABEL_24"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 3072,
45
+ "label2id": {
46
+ "LABEL_0": 0,
47
+ "LABEL_1": 1,
48
+ "LABEL_10": 10,
49
+ "LABEL_11": 11,
50
+ "LABEL_12": 12,
51
+ "LABEL_13": 13,
52
+ "LABEL_14": 14,
53
+ "LABEL_15": 15,
54
+ "LABEL_16": 16,
55
+ "LABEL_17": 17,
56
+ "LABEL_18": 18,
57
+ "LABEL_19": 19,
58
+ "LABEL_2": 2,
59
+ "LABEL_20": 20,
60
+ "LABEL_21": 21,
61
+ "LABEL_22": 22,
62
+ "LABEL_23": 23,
63
+ "LABEL_24": 24,
64
+ "LABEL_3": 3,
65
+ "LABEL_4": 4,
66
+ "LABEL_5": 5,
67
+ "LABEL_6": 6,
68
+ "LABEL_7": 7,
69
+ "LABEL_8": 8,
70
+ "LABEL_9": 9
71
+ },
72
+ "layer_norm_eps": 1e-12,
73
+ "max_position_embeddings": 512,
74
+ "model_type": "bert",
75
+ "num_attention_heads": 12,
76
+ "num_hidden_layers": 12,
77
+ "pad_token_id": 0,
78
+ "position_embedding_type": "absolute",
79
+ "problem_type": "single_label_classification",
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.50.3",
82
+ "type_vocab_size": 2,
83
+ "use_cache": true,
84
+ "vocab_size": 31090
85
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77082d083caac0af4c6c7dc74bfa5c704f5b44ddcd541d5406d8fa2d139f6d97
3
+ size 439774292
runs/Apr09_06-12-01_0a5f75235740/events.out.tfevents.1744179122.0a5f75235740.927.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:296fc0a5066b933f91f4396987deded923e0cbbe57b6a5933bccae41eac9b5e0
3
+ size 6180
runs/Apr09_06-13-16_0a5f75235740/events.out.tfevents.1744179198.0a5f75235740.927.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ef1d28d906f66652b66d3ecd7ab49cb3c4229bd1ae6e58aea077a6a254140c5
3
+ size 7651
runs/Apr09_06-13-16_0a5f75235740/events.out.tfevents.1744181208.0a5f75235740.927.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e905ad83b0818c3971914286c69334f6e01d88ad35606df1e21d1c6176a2248
3
+ size 6209
runs/Apr09_06-47-38_0a5f75235740/events.out.tfevents.1744181265.0a5f75235740.927.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d254e4133d76260128314c7c7d0514a30fce3535786a9e7f15e4c085d795b55d
3
+ size 6208
runs/Apr09_06-50-48_0a5f75235740/events.out.tfevents.1744181450.0a5f75235740.927.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8714d99427a90ab5061257a6a16899729acc4af271a23c9a41a87a1346fca47
3
+ size 4184
runs/Apr09_06-51-31_0a5f75235740/events.out.tfevents.1744181493.0a5f75235740.927.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ea2f6f93d2a66cf7f220e29a8405a150b4dc1af64527b11f868c92eeab304c7
3
+ size 4184
runs/Apr09_06-54-41_0a5f75235740/events.out.tfevents.1744181682.0a5f75235740.12237.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca42aa503d0f58d94b5850adfd1633113be3606aaa0dc79f87172a71d71be477
3
+ size 6712
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e3e285ddfb0df2661115a1222934cb5166a3593585c6b2bfbc0e72dbc552e70
3
+ size 5368