kevinbjoseph
commited on
Commit
•
1dd7842
1
Parent(s):
a88afe7
Training in progress, epoch 1
Browse files- config.json +8 -8
- model.safetensors +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -18,18 +18,18 @@
|
|
18 |
1024
|
19 |
],
|
20 |
"id2label": {
|
21 |
-
"0": "
|
22 |
-
"1": "
|
23 |
-
"2": "
|
24 |
-
"3": "
|
25 |
},
|
26 |
"image_size": 224,
|
27 |
"initializer_range": 0.02,
|
28 |
"label2id": {
|
29 |
-
"
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"layer_scale_init_value": 1e-06,
|
|
|
18 |
1024
|
19 |
],
|
20 |
"id2label": {
|
21 |
+
"0": "cyclone",
|
22 |
+
"1": "earthquake",
|
23 |
+
"2": "flood",
|
24 |
+
"3": "wildfire"
|
25 |
},
|
26 |
"image_size": 224,
|
27 |
"initializer_range": 0.02,
|
28 |
"label2id": {
|
29 |
+
"cyclone": 0,
|
30 |
+
"earthquake": 1,
|
31 |
+
"flood": 2,
|
32 |
+
"wildfire": 3
|
33 |
},
|
34 |
"layer_norm_eps": 1e-12,
|
35 |
"layer_scale_init_value": 1e-06,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 350323416
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bd305cda510efd4f62e7147c140551318a4939b1e8f993cb622dd1331e36194
|
3 |
size 350323416
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95742cfbf3ed3b42b41dfbeb7cc6d1dae76c37f473f372018cc741b832e0f6ee
|
3 |
size 5240
|