Commit
·
8807be2
1
Parent(s):
75dce78
Training in progress, step 10
Browse files- config.json +14 -6
- pytorch_model.bin +2 -2
- runs/Sep19_06-05-24_vision-gpu-1/events.out.tfevents.1663567531.vision-gpu-1.8148.0 +2 -2
- runs/Sep19_06-20-45_vision-gpu-1/1663568476.9288766/events.out.tfevents.1663568476.vision-gpu-1.10467.1 +3 -0
- runs/Sep19_06-20-45_vision-gpu-1/events.out.tfevents.1663568476.vision-gpu-1.10467.0 +3 -0
- runs/Sep19_06-32-28_vision-gpu-1/1663569215.5659184/events.out.tfevents.1663569215.vision-gpu-1.12332.1 +3 -0
- runs/Sep19_06-32-28_vision-gpu-1/events.out.tfevents.1663569215.vision-gpu-1.12332.0 +3 -0
- training_args.bin +1 -1
config.json
CHANGED
@@ -57,16 +57,24 @@
|
|
57 |
"hidden_dropout": 0.05,
|
58 |
"hidden_size": 1024,
|
59 |
"id2label": {
|
60 |
-
"0": "
|
61 |
-
"1": "
|
62 |
-
"2": "
|
|
|
|
|
|
|
|
|
63 |
},
|
64 |
"initializer_range": 0.02,
|
65 |
"intermediate_size": 4096,
|
66 |
"label2id": {
|
67 |
-
"
|
68 |
-
"
|
69 |
-
"
|
|
|
|
|
|
|
|
|
70 |
},
|
71 |
"layer_norm_eps": 1e-05,
|
72 |
"layerdrop": 0.05,
|
|
|
57 |
"hidden_dropout": 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:73c70e6bd4eee2a08f1fddde15b8a56032352ae7ac97216add793fe354d7a1c6
|
3 |
+
size 1266126445
|
runs/Sep19_06-05-24_vision-gpu-1/events.out.tfevents.1663567531.vision-gpu-1.8148.0
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:b219667123f86b1a3e81b1f40b57bf76d980d932def9b19b26587042d872d9d9
|
3 |
+
size 8362
|
runs/Sep19_06-20-45_vision-gpu-1/1663568476.9288766/events.out.tfevents.1663568476.vision-gpu-1.10467.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f5d80c6e4ce9114ab43bff6994b6fa60a4f681cf17233ed5c17d2a47d8850406
|
3 |
+
size 5619
|
runs/Sep19_06-20-45_vision-gpu-1/events.out.tfevents.1663568476.vision-gpu-1.10467.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8e6b892d405a95aa0d536399e3717f8137be1f37800a131f46515e959d310690
|
3 |
+
size 4136
|
runs/Sep19_06-32-28_vision-gpu-1/1663569215.5659184/events.out.tfevents.1663569215.vision-gpu-1.12332.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d9ff00ccc23eacc404f39c916dbf149f8443b134acec6594ab1e98b67a1c540
|
3 |
+
size 5619
|
runs/Sep19_06-32-28_vision-gpu-1/events.out.tfevents.1663569215.vision-gpu-1.12332.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2caddd61cd17b6e1db16583634ed8d2147f5025cee0e8c4d027c9277626b7ace
|
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:1ab5c9a6f1bb4e2776f673714ec4d97b50a17af8b55c88527526843dc59b11dc
|
3 |
size 3439
|