ArafatBHossain commited on
Commit
cb2e035
1 Parent(s): 9050981

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-base",
3
+ "architectures": [
4
+ "DebertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "LABEL_0",
12
+ "1": "LABEL_1",
13
+ "2": "LABEL_2"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0,
19
+ "LABEL_1": 1,
20
+ "LABEL_2": 2
21
+ },
22
+ "layer_norm_eps": 1e-07,
23
+ "max_position_embeddings": 512,
24
+ "max_relative_positions": -1,
25
+ "model_type": "deberta",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "pad_token_id": 0,
29
+ "pooler_dropout": 0,
30
+ "pooler_hidden_act": "gelu",
31
+ "pooler_hidden_size": 768,
32
+ "pos_att_type": [
33
+ "c2p",
34
+ "p2c"
35
+ ],
36
+ "position_biased_input": false,
37
+ "relative_attention": true,
38
+ "torch_dtype": "float32",
39
+ "transformers_version": "4.20.1",
40
+ "type_vocab_size": 0,
41
+ "vocab_size": 50265
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20f4c75bfa42c2ad6636ca83566a76fff6422c67e3778319be8741822c0eb71e
3
+ size 556849903
runs/Oct19_15-52-47_4ad743a6cc44/1666194797.1043894/events.out.tfevents.1666194797.4ad743a6cc44.17.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:494f11da5ced12ec2bfa906c5bbdf36076c0bd855f2c5aa08037385e992bbefc
3
+ size 5398
runs/Oct19_15-52-47_4ad743a6cc44/1666195549.638355/events.out.tfevents.1666195549.4ad743a6cc44.17.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37df0fc2ff1239fd8c59f24f4a55d899a341b039532131abeddec604706aa6da
3
+ size 5398
runs/Oct19_15-52-47_4ad743a6cc44/events.out.tfevents.1666194797.4ad743a6cc44.17.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3797b075083b3e9df50bbb93b2434f60c47d9b06ae2c712c6494022d7a90ce62
3
+ size 4210
runs/Oct19_16-09-20_4ad743a6cc44/1666195771.436024/events.out.tfevents.1666195771.4ad743a6cc44.1140.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e1b787c930bacf3c95d9eced0222ac9cff9b75e399909ab35d94c8775b740ed
3
+ size 5398
runs/Oct19_16-09-20_4ad743a6cc44/events.out.tfevents.1666195771.4ad743a6cc44.1140.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03686ba804f3f339d825f16730b225a7b814bbecaa7ea41d7beecdef6327022f
3
+ size 4690
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b8141d1282527c1e444b0d973748d20b2af9c076432cf5cfd8ef8d232442da4
3
+ size 3375