commit files to HF hub
Browse files- README.md +2 -6
- config.json +6 -8
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1669029259.c09627f9fdc9.81.2 +3 -0
README.md
CHANGED
@@ -31,10 +31,6 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
31 |
## Example Images
|
32 |
|
33 |
|
34 |
-
#### bags
|
35 |
-
|
36 |
-

|
37 |
-
|
38 |
#### bank cheque
|
39 |
|
40 |

|
@@ -43,6 +39,6 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
43 |
|
44 |

|
45 |
|
46 |
-
####
|
47 |
|
48 |
-

|
|
|
39 |
|
40 |

|
41 |
|
42 |
+
#### other source
|
43 |
|
44 |
+

|
config.json
CHANGED
@@ -9,19 +9,17 @@
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
-
"0": "
|
13 |
-
"1": "
|
14 |
-
"2": "
|
15 |
-
"3": "resume"
|
16 |
},
|
17 |
"image_size": 224,
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"resume": "3"
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"model_type": "vit",
|
|
|
9 |
"hidden_dropout_prob": 0.0,
|
10 |
"hidden_size": 768,
|
11 |
"id2label": {
|
12 |
+
"0": "bank cheque",
|
13 |
+
"1": "driving liences",
|
14 |
+
"2": "other source"
|
|
|
15 |
},
|
16 |
"image_size": 224,
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
+
"bank cheque": "0",
|
21 |
+
"driving liences": "1",
|
22 |
+
"other source": "2"
|
|
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"model_type": "vit",
|
pytorch_model.bin
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:9c469ae58975f0b56cc414f63ae0a7c907ca48f0a014f644f3433a740ca943b9
|
3 |
+
size 343267249
|
runs/events.out.tfevents.1669029259.c09627f9fdc9.81.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:355ab403296814545bf87e626d960d942f1e947939fa28c95cd9dc685d5c4574
|
3 |
+
size 881
|