Use is_matryoshka to denote whether a model is compatible with Matryoshka Representation Learning (MRL).
#7
by
noooop0000
- opened
- config.json +1 -0
config.json
CHANGED
@@ -22,5 +22,6 @@
|
|
22 |
"transformers_version": "4.39.3",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
|
|
25 |
"vocab_size": 30522
|
26 |
}
|
|
|
22 |
"transformers_version": "4.39.3",
|
23 |
"type_vocab_size": 2,
|
24 |
"use_cache": true,
|
25 |
+
"is_matryoshka": true,
|
26 |
"vocab_size": 30522
|
27 |
}
|