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 |
"acceptable": 1,
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
+
"finetuning_task": "cola",
|
11 |
"hidden_dim": 3072,
|
12 |
+
"id2label": {
|
13 |
+
"0": "unacceptable",
|
14 |
+
"1": "acceptable"
|
15 |
+
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
"acceptable": 1,
|
logs/1677737081.496132/events.out.tfevents.1677737081.serv-3317.65033.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:da7984f9bfa50887559173a87002bfe762645ab19901cd2d80a749252029296f
|
3 |
+
size 5684
|
logs/events.out.tfevents.1677737081.serv-3317.65033.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:198651e649249f073bd928c6abf85ac12276730dab072231ff74de74e224d641
|
3 |
+
size 4372
|
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:119e20d3f77abbc4880c67e0c89d5ea8ae55ae3b0a2ecc3fe4191a9ef7dc61d3
|
3 |
size 419780621
|