Commit
·
e9364c8
1
Parent(s):
19ae227
add tokenizer
Browse files- config.json +2 -3
config.json
CHANGED
@@ -1,9 +1,7 @@
|
|
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,6 +72,7 @@
|
|
74 |
"sinusoidal_pos_embds": false,
|
75 |
"tie_weights_": true,
|
76 |
"torch_dtype": "float32",
|
|
|
77 |
"transformers_version": "4.30.2",
|
78 |
"vocab_size": 30522
|
79 |
}
|
|
|
1 |
{
|
2 |
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
+
"architectures": ["DistilBertForSequenceClassification"],
|
|
|
|
|
5 |
"attention_dropout": 0.1,
|
6 |
"dim": 768,
|
7 |
"dropout": 0.1,
|
|
|
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 |
}
|