ApostolosK commited on
Commit
66e8e73
·
verified ·
1 Parent(s): bbdedaa

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -7
config.json CHANGED
@@ -1,7 +1,5 @@
1
  {
2
- "architectures": [
3
- "DebertaV2ForTokenClassification"
4
- ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "hidden_act": "gelu",
7
  "hidden_dropout_prob": 0.1,
@@ -20,8 +18,4 @@
20
  "share_att_key": true,
21
  "type_vocab_size": 0,
22
  "vocab_size": 50100,
23
- "model_type": "deberta-v2",
24
- "pad_token_id": 0,
25
- "bos_token_id": 1,
26
- "eos_token_id": 2
27
  }
 
1
  {
2
+ "model_type": "deberta-v2",
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "hidden_act": "gelu",
5
  "hidden_dropout_prob": 0.1,
 
18
  "share_att_key": true,
19
  "type_vocab_size": 0,
20
  "vocab_size": 50100,
 
 
 
 
21
  }