Training in progress, step 40
Browse files
config.json
CHANGED
@@ -28,12 +28,14 @@
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
-
"0": "
|
|
|
32 |
},
|
33 |
"image_size": 224,
|
34 |
"initializer_range": 0.02,
|
35 |
"label2id": {
|
36 |
-
"
|
|
|
37 |
},
|
38 |
"layer_norm_eps": 1e-06,
|
39 |
"mlp_ratios": [
|
|
|
28 |
256
|
29 |
],
|
30 |
"id2label": {
|
31 |
+
"0": "background",
|
32 |
+
"1": "text"
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
+
"background": 0,
|
38 |
+
"text": 1
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
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:14ed1b2be6e943bcf2db96ec2ec948903fe10d4c4fba0877ecd824f00e5d010e
|
3 |
+
size 14884776
|
runs/Dec20_03-07-08_37b315fcf8c8/events.out.tfevents.1703041629.37b315fcf8c8.12167.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25a80065758137f0a57341ae2bbf8a52b7425b54a0080580b980179618adc38f
|
3 |
+
size 11713
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a19c205055f7937bb61c06a3a05f2ca75237d50f53780f4844f357e719764411
|
3 |
size 4600
|