Training in progress, epoch 1
Browse files- config.json +3 -1
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "distilbert-base-uncased",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
@@ -7,6 +7,7 @@
|
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "NEGATIVE",
|
|
@@ -21,6 +22,7 @@
|
|
| 21 |
"model_type": "distilbert",
|
| 22 |
"n_heads": 12,
|
| 23 |
"n_layers": 6,
|
|
|
|
| 24 |
"pad_token_id": 0,
|
| 25 |
"problem_type": "single_label_classification",
|
| 26 |
"qa_dropout": 0.1,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
|
| 3 |
"activation": "gelu",
|
| 4 |
"architectures": [
|
| 5 |
"DistilBertForSequenceClassification"
|
|
|
|
| 7 |
"attention_dropout": 0.1,
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
+
"finetuning_task": "sst-2",
|
| 11 |
"hidden_dim": 3072,
|
| 12 |
"id2label": {
|
| 13 |
"0": "NEGATIVE",
|
|
|
|
| 22 |
"model_type": "distilbert",
|
| 23 |
"n_heads": 12,
|
| 24 |
"n_layers": 6,
|
| 25 |
+
"output_past": true,
|
| 26 |
"pad_token_id": 0,
|
| 27 |
"problem_type": "single_label_classification",
|
| 28 |
"qa_dropout": 0.1,
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 267854125
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c44db0ce2394e02d0d36b941537628f6ba64f86f77be23267ffeb2be5017b1ec
|
| 3 |
size 267854125
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3579
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0c27caa929a22e873cf53cb200b5733c5223058c2442ecea5b009cb3d9802ff
|
| 3 |
size 3579
|