Feature Extraction
Transformers
PyTorch
bert
Inference Endpoints
voidism commited on
Commit
095056b
1 Parent(s): fd793b6

update model name

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "diffcse-bert-base-uncased-sts",
3
  "architectures": [
4
- "BertForCL"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,
 
1
  {
2
+ "_name_or_path": "voidism/diffcse-bert-base-uncased-sts",
3
  "architectures": [
4
+ "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,