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