tomaarsen HF Staff commited on
Commit
bd3e225
·
verified ·
1 Parent(s): a8a898c

Drop dtype and identity fields from the injected base config

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +0 -3
sentence_bert_config.json CHANGED
@@ -38,7 +38,6 @@
38
  "projector_hidden_act": "gelu",
39
  "projector_hidden_size": 2560,
40
  "text_config": {
41
- "_name_or_path": "LiquidAI/LFM2-350M",
42
  "architectures": [
43
  "Lfm2ForCausalLM"
44
  ],
@@ -57,7 +56,6 @@
57
  "conv_dim": 1024,
58
  "conv_dim_out": 1024,
59
  "conv_use_xavier_init": true,
60
- "dtype": "bfloat16",
61
  "eos_token_id": 7,
62
  "hidden_size": 1024,
63
  "initializer_range": 0.02,
@@ -97,7 +95,6 @@
97
  "use_thumbnail": false,
98
  "vision_config": {
99
  "attention_dropout": 0.0,
100
- "dtype": "bfloat16",
101
  "hidden_act": "gelu_pytorch_tanh",
102
  "hidden_size": 768,
103
  "intermediate_size": 3072,
 
38
  "projector_hidden_act": "gelu",
39
  "projector_hidden_size": 2560,
40
  "text_config": {
 
41
  "architectures": [
42
  "Lfm2ForCausalLM"
43
  ],
 
56
  "conv_dim": 1024,
57
  "conv_dim_out": 1024,
58
  "conv_use_xavier_init": true,
 
59
  "eos_token_id": 7,
60
  "hidden_size": 1024,
61
  "initializer_range": 0.02,
 
95
  "use_thumbnail": false,
96
  "vision_config": {
97
  "attention_dropout": 0.0,
 
98
  "hidden_act": "gelu_pytorch_tanh",
99
  "hidden_size": 768,
100
  "intermediate_size": 3072,