Upload DistilBertForSequenceClassification
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -28,6 +28,7 @@
|
|
28 |
"n_heads": 12,
|
29 |
"n_layers": 6,
|
30 |
"pad_token_id": 0,
|
|
|
31 |
"qa_dropout": 0.1,
|
32 |
"seq_classif_dropout": 0.2,
|
33 |
"sinusoidal_pos_embds": false,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "fine-tune-trainer/checkpoint-12500/",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
|
|
28 |
"n_heads": 12,
|
29 |
"n_layers": 6,
|
30 |
"pad_token_id": 0,
|
31 |
+
"problem_type": "single_label_classification",
|
32 |
"qa_dropout": 0.1,
|
33 |
"seq_classif_dropout": 0.2,
|
34 |
"sinusoidal_pos_embds": false,
|
pytorch_model.bin
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:4cbfd613f9bdbbf19d874b883c5d4a2f143a929248b64673d0d38d66f64ad52b
|
3 |
+
size 267864749
|