Training in progress, epoch 0
Browse files
config.json
CHANGED
@@ -17,14 +17,16 @@
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
-
"0": "
|
21 |
-
"1": "
|
|
|
22 |
},
|
23 |
"image_size": 224,
|
24 |
"initializer_range": 0.02,
|
25 |
"label2id": {
|
26 |
-
"
|
27 |
-
"
|
|
|
28 |
},
|
29 |
"layer_norm_eps": 1e-05,
|
30 |
"mlp_ratio": 4.0,
|
|
|
17 |
"hidden_dropout_prob": 0.0,
|
18 |
"hidden_size": 768,
|
19 |
"id2label": {
|
20 |
+
"0": "above_threshold",
|
21 |
+
"1": "below_threshold",
|
22 |
+
"2": "between_threshold"
|
23 |
},
|
24 |
"image_size": 224,
|
25 |
"initializer_range": 0.02,
|
26 |
"label2id": {
|
27 |
+
"above_threshold": 0,
|
28 |
+
"below_threshold": 1,
|
29 |
+
"between_threshold": 2
|
30 |
},
|
31 |
"layer_norm_eps": 1e-05,
|
32 |
"mlp_ratio": 4.0,
|
model.safetensors
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:e27ae5ea844e5942ac03f00de1f8f87789a09edbc546826f7bfa3f67d81550d5
|
3 |
+
size 110345908
|
runs/Nov17_09-35-47_5aafc1ba1313/events.out.tfevents.1700213755.5aafc1ba1313.3404.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96cabcc8466bb27e665e72d56882f8904983b2a08d9daa668220dbe8d968dae9
|
3 |
+
size 5088
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d27be767c054e089bc4f034ee7547f18a75c8daf1a4066b6c985023de057d43
|
3 |
size 4664
|