Upload config.json with huggingface_hub
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -44,6 +44,6 @@
|
|
44 |
"sinusoidal_pos_embds": false,
|
45 |
"tie_weights_": true,
|
46 |
"torch_dtype": "float32",
|
47 |
-
"transformers_version": "4.
|
48 |
"vocab_size": 30522
|
49 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Rathohan/distilbert-base-uncased-finetuned-emotion",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
44 |
"sinusoidal_pos_embds": false,
|
45 |
"tie_weights_": true,
|
46 |
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.41.2",
|
48 |
"vocab_size": 30522
|
49 |
}
|