AI-Ahmed commited on
Commit
d100fd4
1 Parent(s): 5648eba

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
- "_name_or_path": "AI-Ahmed/deberta-v3-base-funetuned-cls-qqa/blob/main/best_ckpt.pth",
3
- "model_type": "deberta-v2",
 
 
4
  "attention_probs_dropout_prob": 0.1,
5
  "hidden_act": "gelu",
6
  "hidden_dropout_prob": 0.1,
 
1
  {
2
+ "architectures": [
3
+ "DistilModel"
4
+ ],
5
+ "model_type": "deberta-v2",
6
  "attention_probs_dropout_prob": 0.1,
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,