yangwang825
commited on
Upload config
Browse files- config.json +2 -3
config.json
CHANGED
@@ -2,12 +2,11 @@
|
|
2 |
"_name_or_path": "avsolatorio/GIST-large-Embedding-v0",
|
3 |
"alpha": 1,
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "configuration_pure_bert.PureBertConfig"
|
10 |
-
"AutoModelForSequenceClassification": "modeling_pure_bert.PureBertForSequenceClassification"
|
11 |
},
|
12 |
"center": false,
|
13 |
"classifier_dropout": null,
|
|
|
2 |
"_name_or_path": "avsolatorio/GIST-large-Embedding-v0",
|
3 |
"alpha": 1,
|
4 |
"architectures": [
|
5 |
+
"BertModel"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "configuration_pure_bert.PureBertConfig"
|
|
|
10 |
},
|
11 |
"center": false,
|
12 |
"classifier_dropout": null,
|