Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -7,7 +7,12 @@
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
|
|
10 |
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
11 |
"initializer_range": 0.02,
|
12 |
"label2id": {
|
13 |
"equivalent": 1,
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
+
"finetuning_task": "mrpc",
|
11 |
"hidden_dim": 3072,
|
12 |
+
"id2label": {
|
13 |
+
"0": "not_equivalent",
|
14 |
+
"1": "equivalent"
|
15 |
+
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
"equivalent": 1,
|
logs/1677743160.9152284/events.out.tfevents.1677743160.serv-3317.65033.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65dc7eb0cfed550674e74ed1c46fa9c57b4d65f3e6b9f23e17448b1c97b5dfa0
|
3 |
+
size 5684
|
logs/events.out.tfevents.1677743160.serv-3317.65033.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c72a9634282cc435cb0c89d9e7e23e688d3df016e590211af382445f1787e871
|
3 |
+
size 4468
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 419780621
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:141fb7ceda9eb677964889fe25e54e7989488369f0f4f9e09ac0be517a306ebf
|
3 |
size 419780621
|