HeyDunaX commited on
Commit
410603c
·
verified ·
1 Parent(s): a5d98a6

upload model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +2 -2
model_config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
  "architecture": "SPLADE",
3
- "vocab_size": 56961,
4
  "d_model": 512,
5
  "n_heads": 8,
6
  "n_layers": 6,
7
  "d_ff": 2048,
8
  "dropout": 0.1,
9
  "max_length": 128,
10
- "splade_l1": 0.0003
11
  }
 
1
  {
2
  "architecture": "SPLADE",
3
+ "vocab_size": 57030,
4
  "d_model": 512,
5
  "n_heads": 8,
6
  "n_layers": 6,
7
  "d_ff": 2048,
8
  "dropout": 0.1,
9
  "max_length": 128,
10
+ "splade_l1": 0.001
11
  }