Magolor commited on
Commit
7420691
1 Parent(s): 47672bb

deepex ranking model

Browse files
Files changed (2) hide show
  1. config.json +3 -0
  2. tokenizer_config.json +3 -0
config.json CHANGED
@@ -1,4 +1,7 @@
1
  {
 
 
 
2
  "attention_probs_dropout_prob": 0.1,
3
  "hidden_act": "gelu",
4
  "hidden_dropout_prob": 0.1,
 
1
  {
2
+ "architectures": [
3
+ "BertModel"
4
+ ],
5
  "attention_probs_dropout_prob": 0.1,
6
  "hidden_act": "gelu",
7
  "hidden_dropout_prob": 0.1,
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "do_lower_case": false
3
+ }