Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "distilbert-base-uncased",
|
3 |
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
@@ -7,22 +7,22 @@
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "postive"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"postive": 2
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "distilbert",
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
|
|
26 |
"pad_token_id": 0,
|
27 |
"problem_type": "single_label_classification",
|
28 |
"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",
|
14 |
+
"1": "POSITIVE"
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
+
"NEGATIVE": 0,
|
19 |
+
"POSITIVE": 1
|
|
|
20 |
},
|
21 |
"max_position_embeddings": 512,
|
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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fce60b6dc1749c07c8f0f9ebd8602ad94b94312ebed61ed7aa8c6a0a1a69100e
|
3 |
+
size 267854321
|
runs/Aug09_06-17-05_9472f82c1429/1660025942.8328779/events.out.tfevents.1660025942.9472f82c1429.1534.17
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8fecb05a9bc54c7adaa5e5e08770b2bebca516337667087d211b9d0692165b28
|
3 |
+
size 5469
|
runs/Aug09_06-17-05_9472f82c1429/events.out.tfevents.1660025942.9472f82c1429.1534.16
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8af6e929c5b95534cb58095800d97ff27f1c6f6f61d1c19b50472b7ff6ee70bd
|
3 |
+
size 40
|
tokenizer_config.json
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
{
|
2 |
"cls_token": "[CLS]",
|
|
|
3 |
"do_lower_case": true,
|
4 |
"mask_token": "[MASK]",
|
5 |
"model_max_length": 512,
|
6 |
-
"name_or_path": "distilbert-base-uncased",
|
|
|
7 |
"pad_token": "[PAD]",
|
8 |
"sep_token": "[SEP]",
|
9 |
"special_tokens_map_file": null,
|
|
|
1 |
{
|
2 |
"cls_token": "[CLS]",
|
3 |
+
"do_basic_tokenize": true,
|
4 |
"do_lower_case": true,
|
5 |
"mask_token": "[MASK]",
|
6 |
"model_max_length": 512,
|
7 |
+
"name_or_path": "distilbert-base-uncased-finetuned-sst-2-english",
|
8 |
+
"never_split": null,
|
9 |
"pad_token": "[PAD]",
|
10 |
"sep_token": "[SEP]",
|
11 |
"special_tokens_map_file": null,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3375
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b54db4a16919454e4c6e6fa661d81f6107cc7b31277aa3c46bd333816f2b7474
|
3 |
size 3375
|