racai-andrei commited on
Commit
321efc0
1 Parent(s): df5385a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "serialization_dir/bert-base-romanian-cased.pth",
3
  "activation": "gelu",
4
  "attention_dropout": 0.1,
5
  "dim": 768,
@@ -15,6 +14,7 @@
15
  "qa_dropout": 0.1,
16
  "seq_classif_dropout": 0.2,
17
  "sinusoidal_pos_embds": true,
 
18
  "tie_weights_": true,
19
  "transformers_version": "4.3.2",
20
  "vocab_size": 50000
 
1
  {
 
2
  "activation": "gelu",
3
  "attention_dropout": 0.1,
4
  "dim": 768,
 
14
  "qa_dropout": 0.1,
15
  "seq_classif_dropout": 0.2,
16
  "sinusoidal_pos_embds": true,
17
+ "do_lower_case":false,
18
  "tie_weights_": true,
19
  "transformers_version": "4.3.2",
20
  "vocab_size": 50000