Upload DistilBertForSequenceClassification
Browse files- config.json +5 -1
- model.safetensors +1 -1
config.json
CHANGED
|
@@ -4,9 +4,11 @@
|
|
| 4 |
"DistilBertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.1,
|
|
|
|
| 7 |
"dim": 768,
|
| 8 |
"dropout": 0.1,
|
| 9 |
"dtype": "float32",
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "admiration",
|
|
@@ -79,6 +81,8 @@
|
|
| 79 |
"seq_classif_dropout": 0.2,
|
| 80 |
"sinusoidal_pos_embds": false,
|
| 81 |
"tie_weights_": true,
|
| 82 |
-
"
|
|
|
|
|
|
|
| 83 |
"vocab_size": 30522
|
| 84 |
}
|
|
|
|
| 4 |
"DistilBertForSequenceClassification"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.1,
|
| 7 |
+
"bos_token_id": null,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"dtype": "float32",
|
| 11 |
+
"eos_token_id": null,
|
| 12 |
"hidden_dim": 3072,
|
| 13 |
"id2label": {
|
| 14 |
"0": "admiration",
|
|
|
|
| 81 |
"seq_classif_dropout": 0.2,
|
| 82 |
"sinusoidal_pos_embds": false,
|
| 83 |
"tie_weights_": true,
|
| 84 |
+
"tie_word_embeddings": true,
|
| 85 |
+
"transformers_version": "5.0.0",
|
| 86 |
+
"use_cache": false,
|
| 87 |
"vocab_size": 30522
|
| 88 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267912544
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95c353e23acce648fa8af63cb5342e51fb3db7f8ca1463504ee0d1d18bd177e9
|
| 3 |
size 267912544
|