spacemanidol tomaarsen HF staff commited on
Commit
93d70c0
1 Parent(s): f028200

Add "safe_serialization": true as is required for custom Nomic models (#11)

Browse files

- Add "safe_serialization": true as is required for custom Nomic models (03f28bbc71090587d6332bb29c6763d9c0b4c49d)


Co-authored-by: Tom Aarsen <tomaarsen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. sentence_bert_config.json +2 -1
sentence_bert_config.json CHANGED
@@ -2,6 +2,7 @@
2
  "max_seq_length": 8192,
3
  "do_lower_case": false,
4
  "model_args": {
5
- "add_pooling_layer": false
 
6
  }
7
  }
 
2
  "max_seq_length": 8192,
3
  "do_lower_case": false,
4
  "model_args": {
5
+ "add_pooling_layer": false,
6
+ "safe_serialization": true
7
  }
8
  }