ArafatBHossain commited on
Commit
5b63274
1 Parent(s): bf1d13e

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "3": "LABEL_3",
15
+ "4": "LABEL_4"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "LABEL_0": 0,
21
+ "LABEL_1": 1,
22
+ "LABEL_2": 2,
23
+ "LABEL_3": 3,
24
+ "LABEL_4": 4
25
+ },
26
+ "layer_norm_eps": 1e-07,
27
+ "max_position_embeddings": 512,
28
+ "max_relative_positions": -1,
29
+ "model_type": "deberta",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 0,
33
+ "pooler_dropout": 0,
34
+ "pooler_hidden_act": "gelu",
35
+ "pooler_hidden_size": 768,
36
+ "pos_att_type": [
37
+ "c2p",
38
+ "p2c"
39
+ ],
40
+ "position_biased_input": false,
41
+ "relative_attention": true,
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.20.1",
44
+ "type_vocab_size": 0,
45
+ "vocab_size": 50265
46
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:318ada106632dcc00afc3adc114bba0ea710e3d56ff82ab28a4d350012ec9898
3
+ size 556856047
runs/Oct19_22-53-41_1d86d9c737c3/1666220093.4456615/events.out.tfevents.1666220093.1d86d9c737c3.17.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8613d7516b8116467c95f608d5c2d14c6e2ce34a75c94d0f6367b91dc1530ad4
3
+ size 5380
runs/Oct19_22-53-41_1d86d9c737c3/events.out.tfevents.1666220093.1d86d9c737c3.17.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:745ef95eca16c96b65a75a201913439033ddf03e3148dc59340d1acae40ac1e1
3
+ size 4434
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e193ac434d86c0b5a560cec942297e79881f3a57c79eb4a4a3f1f118a2152f41
3
+ size 3375