Commit
·
a51ee18
1
Parent(s):
e9364c8
Update config.json
Browse files- config.json +4 -3
config.json
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
{
|
2 |
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
-
"architectures": [
|
|
|
|
|
5 |
"attention_dropout": 0.1,
|
6 |
"dim": 768,
|
7 |
"dropout": 0.1,
|
@@ -72,7 +74,6 @@
|
|
72 |
"sinusoidal_pos_embds": false,
|
73 |
"tie_weights_": true,
|
74 |
"torch_dtype": "float32",
|
75 |
-
"tokenizer": "distilbert-base-uncased", // Add the "tokenizer" parameter here
|
76 |
"transformers_version": "4.30.2",
|
77 |
"vocab_size": 30522
|
78 |
-
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
74 |
"sinusoidal_pos_embds": false,
|
75 |
"tie_weights_": true,
|
76 |
"torch_dtype": "float32",
|
|
|
77 |
"transformers_version": "4.30.2",
|
78 |
"vocab_size": 30522
|
79 |
+
}
|