autonomous019 commited on
Commit
abd7fae
1 Parent(s): ddd750f

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +52 -0
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
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": "cohesion",
12
+ "1": "syntax",
13
+ "2": "vocabulary",
14
+ "3": "phraseology",
15
+ "4": "grammar",
16
+ "5": "conventions"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "cohesion": 0,
22
+ "conventions": 5,
23
+ "grammar": 4,
24
+ "phraseology": 3,
25
+ "syntax": 1,
26
+ "vocabulary": 2
27
+ },
28
+ "layer_norm_eps": 1e-07,
29
+ "max_position_embeddings": 512,
30
+ "max_relative_positions": -1,
31
+ "model_type": "deberta-v2",
32
+ "norm_rel_ebd": "layer_norm",
33
+ "num_attention_heads": 12,
34
+ "num_hidden_layers": 12,
35
+ "pad_token_id": 0,
36
+ "pooler_dropout": 0,
37
+ "pooler_hidden_act": "gelu",
38
+ "pooler_hidden_size": 768,
39
+ "pos_att_type": [
40
+ "p2c",
41
+ "c2p"
42
+ ],
43
+ "position_biased_input": false,
44
+ "position_buckets": 256,
45
+ "problem_type": "multi_label_classification",
46
+ "relative_attention": true,
47
+ "share_att_key": true,
48
+ "torch_dtype": "float32",
49
+ "transformers_version": "4.22.0",
50
+ "type_vocab_size": 0,
51
+ "vocab_size": 128100
52
+ }