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": "LABEL_0",
|
|
@@ -31,6 +33,8 @@
|
|
| 31 |
"seq_classif_dropout": 0.2,
|
| 32 |
"sinusoidal_pos_embds": false,
|
| 33 |
"tie_weights_": true,
|
| 34 |
-
"
|
|
|
|
|
|
|
| 35 |
"vocab_size": 30522
|
| 36 |
}
|
|
|
|
| 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": "LABEL_0",
|
|
|
|
| 33 |
"seq_classif_dropout": 0.2,
|
| 34 |
"sinusoidal_pos_embds": false,
|
| 35 |
"tie_weights_": true,
|
| 36 |
+
"tie_word_embeddings": true,
|
| 37 |
+
"transformers_version": "5.0.0",
|
| 38 |
+
"use_cache": false,
|
| 39 |
"vocab_size": 30522
|
| 40 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267838720
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cfd615b6ad3766c3b1b0b04178f90131825e1738bc79562e021e5a5282eb62fc
|
| 3 |
size 267838720
|