dusersad12 commited on
Commit
e48e1a6
·
verified ·
1 Parent(s): 7221965

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "deberta-v3",
3
+ "architectures": ["DebertaV3ForSequenceClassification"],
4
+ "hidden_size": 768,
5
+ "num_attention_heads": 12,
6
+ "num_hidden_layers": 12
7
+ }