Commit
·
41a4483
1
Parent(s):
e30a64c
Training in progress, step 10
Browse files
config.json
CHANGED
|
@@ -58,17 +58,23 @@
|
|
| 58 |
"hidden_size": 1024,
|
| 59 |
"id2label": {
|
| 60 |
"0": "angry",
|
| 61 |
-
"1": "
|
| 62 |
-
"2": "
|
| 63 |
-
"3": "
|
|
|
|
|
|
|
|
|
|
| 64 |
},
|
| 65 |
"initializer_range": 0.02,
|
| 66 |
"intermediate_size": 4096,
|
| 67 |
"label2id": {
|
| 68 |
"angry": 0,
|
| 69 |
-
"
|
| 70 |
-
"
|
| 71 |
-
"
|
|
|
|
|
|
|
|
|
|
| 72 |
},
|
| 73 |
"layer_norm_eps": 1e-05,
|
| 74 |
"layerdrop": 0.05,
|
|
|
|
| 58 |
"hidden_size": 1024,
|
| 59 |
"id2label": {
|
| 60 |
"0": "angry",
|
| 61 |
+
"1": "disgust",
|
| 62 |
+
"2": "fearful",
|
| 63 |
+
"3": "happy",
|
| 64 |
+
"4": "neutral",
|
| 65 |
+
"5": "sad",
|
| 66 |
+
"6": "surprised"
|
| 67 |
},
|
| 68 |
"initializer_range": 0.02,
|
| 69 |
"intermediate_size": 4096,
|
| 70 |
"label2id": {
|
| 71 |
"angry": 0,
|
| 72 |
+
"disgust": 1,
|
| 73 |
+
"fearful": 2,
|
| 74 |
+
"happy": 3,
|
| 75 |
+
"neutral": 4,
|
| 76 |
+
"sad": 5,
|
| 77 |
+
"surprised": 6
|
| 78 |
},
|
| 79 |
"layer_norm_eps": 1e-05,
|
| 80 |
"layerdrop": 0.05,
|
pytorch_model.bin
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:653e4cf3788a23763da4ce8c69922d23ee8b88cfade426395bb5917426c02ec2
|
| 3 |
+
size 1266126445
|
runs/Sep17_11-23-41_vision-gpu-1/1663413888.6407397/events.out.tfevents.1663413888.vision-gpu-1.2132429.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed1a2db1355e5b879ab4c5ac6704d637467f37237c4e8811843f445901f68b76
|
| 3 |
+
size 5619
|
runs/Sep17_11-23-41_vision-gpu-1/events.out.tfevents.1663413888.vision-gpu-1.2132429.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5b0a12589e8734f36aad6ddc2eef76e816f42212e0c528aa0942e1d0059a63e
|
| 3 |
+
size 6282
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3439
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f89e075bfb928c9ceff9fce18c1d46a92aebf0312374fd8baf2fa583018649c8
|
| 3 |
size 3439
|