End of training
Browse files- config.json +4 -4
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -28,14 +28,14 @@
|
|
28 |
512
|
29 |
],
|
30 |
"id2label": {
|
31 |
-
"0": "
|
32 |
-
"1": "
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
|
|
28 |
512
|
29 |
],
|
30 |
"id2label": {
|
31 |
+
"0": "background",
|
32 |
+
"1": "windows"
|
33 |
},
|
34 |
"image_size": 224,
|
35 |
"initializer_range": 0.02,
|
36 |
"label2id": {
|
37 |
+
"background": 0,
|
38 |
+
"windows": 1
|
39 |
},
|
40 |
"layer_norm_eps": 1e-06,
|
41 |
"mlp_ratios": [
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 109529789
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:235993e8031d55bf9378d8558b6d56a49c47829a6853a467b90c933c8eee8370
|
3 |
size 109529789
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3579
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f0c74f4692e5df56456e0e2e53978cf86fe2c6f09090d71f660574c17bbce67d
|
3 |
size 3579
|