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/1677737577.0136611/events.out.tfevents.1677737577.serv-3317.65116.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:334b9cc78095fb65ecb010bb78f806fbcb1b0ed07609dd5981fea73b2b08fbb3
|
| 3 |
+
size 5648
|
logs/events.out.tfevents.1677737577.serv-3317.65116.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d946f6b4b99489b61d58f15aaa502371673cba3d040c961e09ab5c40dd03921
|
| 3 |
+
size 4421
|
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:be52e19c827e619832200c8f748f2a4ea38e26472376f6e5f10d8453a20a1bdd
|
| 3 |
size 419780621
|