MarinaTA commited on
Commit
a5bfb8c
·
1 Parent(s): 9c599c7

Fine tuned model val accuracy: 86

Browse files
Files changed (2) hide show
  1. config.json +83 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./test_trainer/checkpoint-35000",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
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
+ "5": "LABEL_5",
17
+ "6": "LABEL_6",
18
+ "7": "LABEL_7",
19
+ "8": "LABEL_8",
20
+ "9": "LABEL_9",
21
+ "10": "LABEL_10",
22
+ "11": "LABEL_11",
23
+ "12": "LABEL_12",
24
+ "13": "LABEL_13",
25
+ "14": "LABEL_14",
26
+ "15": "LABEL_15",
27
+ "16": "LABEL_16",
28
+ "17": "LABEL_17",
29
+ "18": "LABEL_18",
30
+ "19": "LABEL_19",
31
+ "20": "LABEL_20",
32
+ "21": "LABEL_21"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "LABEL_0": 0,
38
+ "LABEL_1": 1,
39
+ "LABEL_10": 10,
40
+ "LABEL_11": 11,
41
+ "LABEL_12": 12,
42
+ "LABEL_13": 13,
43
+ "LABEL_14": 14,
44
+ "LABEL_15": 15,
45
+ "LABEL_16": 16,
46
+ "LABEL_17": 17,
47
+ "LABEL_18": 18,
48
+ "LABEL_19": 19,
49
+ "LABEL_2": 2,
50
+ "LABEL_20": 20,
51
+ "LABEL_21": 21,
52
+ "LABEL_3": 3,
53
+ "LABEL_4": 4,
54
+ "LABEL_5": 5,
55
+ "LABEL_6": 6,
56
+ "LABEL_7": 7,
57
+ "LABEL_8": 8,
58
+ "LABEL_9": 9
59
+ },
60
+ "layer_norm_eps": 1e-07,
61
+ "max_position_embeddings": 512,
62
+ "max_relative_positions": -1,
63
+ "model_type": "deberta-v2",
64
+ "norm_rel_ebd": "layer_norm",
65
+ "num_attention_heads": 12,
66
+ "num_hidden_layers": 6,
67
+ "pad_token_id": 0,
68
+ "pooler_dropout": 0,
69
+ "pooler_hidden_act": "gelu",
70
+ "pooler_hidden_size": 768,
71
+ "pos_att_type": [
72
+ "p2c",
73
+ "c2p"
74
+ ],
75
+ "position_biased_input": false,
76
+ "position_buckets": 256,
77
+ "relative_attention": true,
78
+ "share_att_key": true,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.27.4",
81
+ "type_vocab_size": 0,
82
+ "vocab_size": 128100
83
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81e227d9e139eec05f92e7cef533aa18720876d049d096572e03061d99df2b4a
3
+ size 567687929