noooop0000 commited on
Commit
c6f9424
·
verified ·
1 Parent(s): 5d1bbbd

Use matryoshka_dimensions to control the allowed output dimensions.

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -31,5 +31,6 @@
31
  "type_vocab_size": 1,
32
  "unpad_inputs": "true",
33
  "use_memory_efficient_attention": "true",
 
34
  "vocab_size": 250048
35
  }
 
31
  "type_vocab_size": 1,
32
  "unpad_inputs": "true",
33
  "use_memory_efficient_attention": "true",
34
+ "matryoshka_dimensions": [256],
35
  "vocab_size": 250048
36
  }