buetnlpbio
commited on
Commit
•
d084b66
1
Parent(s):
7b47149
Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"alibi_starting_size": 128,
|
4 |
"architectures": [
|
5 |
"BertForMaskedLM"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
-
"AutoConfig": "
|
10 |
-
"AutoModelForMaskedLM": "
|
11 |
},
|
12 |
"classifier_dropout": null,
|
13 |
"gradient_checkpointing": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "buetnlpbio/birna-bert",
|
3 |
"alibi_starting_size": 128,
|
4 |
"architectures": [
|
5 |
"BertForMaskedLM"
|
6 |
],
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
+
"AutoConfig": "buetnlpbio/birna-bert--configuration_bert.BertConfig",
|
10 |
+
"AutoModelForMaskedLM": "buetnlpbio/birna-bert--bert_layers.BertForMaskedLM"
|
11 |
},
|
12 |
"classifier_dropout": null,
|
13 |
"gradient_checkpointing": false,
|