Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -4,15 +4,19 @@
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
-
"id2label": {
|
8 |
-
0: "negative",
|
9 |
-
1: "positive",
|
10 |
-
},
|
11 |
"attention_dropout": 0.1,
|
12 |
"dim": 768,
|
13 |
"dropout": 0.1,
|
14 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
15 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
|
|
16 |
"max_position_embeddings": 512,
|
17 |
"model_type": "distilbert",
|
18 |
"n_heads": 12,
|
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
|
|
|
|
|
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "negative",
|
13 |
+
"1": "positive"
|
14 |
+
},
|
15 |
"initializer_range": 0.02,
|
16 |
+
"label2id": {
|
17 |
+
"negative": 0,
|
18 |
+
"positive": 1
|
19 |
+
},
|
20 |
"max_position_embeddings": 512,
|
21 |
"model_type": "distilbert",
|
22 |
"n_heads": 12,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 267855533
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:74cb14d1b575f164dc25e94e6dec993e02da77ad66096121091c0e978b1335bd
|
3 |
size 267855533
|
runs/Jun14_21-33-48_4efa9a7e391a/events.out.tfevents.1686778702.4efa9a7e391a.17251.3
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:6d8062297bfd3fe45e856879420e21895413ce8434b64d83315e32665f5f3db7
|
3 |
+
size 734
|
runs/Jun14_21-47-17_4efa9a7e391a/events.out.tfevents.1686779243.4efa9a7e391a.17251.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5f13cd9a86437c429605d805e98bf63b4e6df3214e69f3a8aa62696b088fcec0
|
3 |
+
size 5663
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3963
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7aafa863ff7e4ba64e795eff6320e2edad2591ec9a2eb981159535882414ba08
|
3 |
size 3963
|