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:472942f2885f6c00ea8d71c010850a1b59e6b9cd19e7644a120d8082bdfbc4c7
|
3 |
+
size 110345908
|
runs/Nov16_02-16-15_ade452e1f2f2/events.out.tfevents.1700100994.ade452e1f2f2.1759.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be084b1a71ce75e9142ad870ce183ff5209e627d8496a13c1e7fae3d049ea718
|
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:c44149e456aa2a830bd1a2beb00e6f66f51121cf60e8f0d4a3896ece5b924cd9
|
3 |
size 4664
|