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 |
"negative": 0,
|
|
|
7 |
"attention_dropout": 0.1,
|
8 |
"dim": 768,
|
9 |
"dropout": 0.1,
|
10 |
+
"finetuning_task": "sst2",
|
11 |
"hidden_dim": 3072,
|
12 |
+
"id2label": {
|
13 |
+
"0": "negative",
|
14 |
+
"1": "positive"
|
15 |
+
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
"negative": 0,
|
logs/1677753323.7989643/events.out.tfevents.1677753323.serv-9223.249682.16
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ea00c2553d41fc270b613bd8566709897268db7bfb3e85c5a10806771a00158
|
3 |
+
size 5648
|
logs/events.out.tfevents.1677753323.serv-9223.249682.15
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3803057a2e574e2ae9dc136ca2fc0a7f8b554ad2762da777f754e42f94cecf63
|
3 |
+
size 4312
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 424356413
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95e16d317622149e0c7974089ee4b568ebafd57b697172c423ba538041796a69
|
3 |
size 424356413
|