jvamvas commited on
Commit
fc0e37e
1 Parent(s): ba8a7fb

Remove default_language from config.json

Browse files

Specifying a default_language in the config might lead users to accidentally use the wrong language adapter.

Files changed (1) hide show
  1. config.json +0 -1
config.json CHANGED
@@ -9,7 +9,6 @@
9
  "attention_probs_dropout_prob": 0.1,
10
  "bos_token_id": 0,
11
  "classifier_dropout": null,
12
- "default_language": "de_CH",
13
  "eos_token_id": 2,
14
  "hidden_act": "gelu",
15
  "hidden_dropout_prob": 0.1,
 
9
  "attention_probs_dropout_prob": 0.1,
10
  "bos_token_id": 0,
11
  "classifier_dropout": null,
 
12
  "eos_token_id": 2,
13
  "hidden_act": "gelu",
14
  "hidden_dropout_prob": 0.1,