13cwcyrus commited on
Commit
064b3a4
1 Parent(s): bb1ed1a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "/research/d1/spc/ckwong1/torch/sentence_transformers/shibing624_text2vec-base-chinese-sentence/",
3
  "architectures": [
4
- "ErnieModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
@@ -12,7 +12,7 @@
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-05,
14
  "max_position_embeddings": 2048,
15
- "model_type": "ernie",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
 
1
  {
2
  "_name_or_path": "/research/d1/spc/ckwong1/torch/sentence_transformers/shibing624_text2vec-base-chinese-sentence/",
3
  "architectures": [
4
+ "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
 
12
  "intermediate_size": 3072,
13
  "layer_norm_eps": 1e-05,
14
  "max_position_embeddings": 2048,
15
+ "model_type": "bert",
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,