upload model_config.json
Browse files- model_config.json +11 -0
model_config.json
ADDED
|
@@ -0,0 +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 |
+
}
|