Upload DistilBertForSequenceClassification
Browse files- config.json +1 -2
- model.safetensors +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 768,
|
@@ -23,7 +23,6 @@
|
|
23 |
"n_heads": 12,
|
24 |
"n_layers": 6,
|
25 |
"pad_token_id": 0,
|
26 |
-
"problem_type": "single_label_classification",
|
27 |
"qa_dropout": 0.1,
|
28 |
"seq_classif_dropout": 0.2,
|
29 |
"sinusoidal_pos_embds": false,
|
|
|
1 |
{
|
2 |
"activation": "gelu",
|
3 |
"architectures": [
|
4 |
+
"DistilBertForSequenceClassification"
|
5 |
],
|
6 |
"attention_dropout": 0.1,
|
7 |
"dim": 768,
|
|
|
23 |
"n_heads": 12,
|
24 |
"n_layers": 6,
|
25 |
"pad_token_id": 0,
|
|
|
26 |
"qa_dropout": 0.1,
|
27 |
"seq_classif_dropout": 0.2,
|
28 |
"sinusoidal_pos_embds": false,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e422e13c97eb84941c98befa276be59bd7557892bfd243c8e41f9144481e06b4
|
3 |
+
size 267835644
|