commit files to HF hub
Browse files- .gitattributes +2 -0
- README.md +9 -5
- config.json +8 -6
- images/bags.jpg +3 -0
- images/resume.png +3 -0
- pytorch_model.bin +2 -2
- runs/events.out.tfevents.1669027495.c09627f9fdc9.81.1 +3 -0
.gitattributes
CHANGED
|
@@ -41,3 +41,5 @@ images/other_source.png filter=lfs diff=lfs merge=lfs -text
|
|
| 41 |
images/bank_cheque.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/driving_liences.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/other_source.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 41 |
images/bank_cheque.png filter=lfs diff=lfs merge=lfs -text
|
| 42 |
images/driving_liences.png filter=lfs diff=lfs merge=lfs -text
|
| 43 |
images/other_source.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
images/bags.jpg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
images/resume.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -15,7 +15,7 @@ model-index:
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
-
value:
|
| 19 |
---
|
| 20 |
|
| 21 |
# colab
|
|
@@ -31,14 +31,18 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
| 31 |
## Example Images
|
| 32 |
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
#### bank cheque
|
| 35 |
|
| 36 |
-

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

|
| 41 |
|
| 42 |
#### driving liences
|
| 43 |
|
| 44 |
+

|
| 45 |
|
| 46 |
+
#### resume
|
| 47 |
|
| 48 |
+

|
config.json
CHANGED
|
@@ -9,17 +9,19 @@
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
-
"0": "
|
| 13 |
-
"1": "
|
| 14 |
-
"2": "
|
|
|
|
| 15 |
},
|
| 16 |
"image_size": 224,
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"intermediate_size": 3072,
|
| 19 |
"label2id": {
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
|
|
|
| 23 |
},
|
| 24 |
"layer_norm_eps": 1e-12,
|
| 25 |
"model_type": "vit",
|
|
|
|
| 9 |
"hidden_dropout_prob": 0.0,
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
+
"0": "bags",
|
| 13 |
+
"1": "bank cheque",
|
| 14 |
+
"2": "driving liences",
|
| 15 |
+
"3": "resume"
|
| 16 |
},
|
| 17 |
"image_size": 224,
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 3072,
|
| 20 |
"label2id": {
|
| 21 |
+
"bags": "0",
|
| 22 |
+
"bank cheque": "1",
|
| 23 |
+
"driving liences": "2",
|
| 24 |
+
"resume": "3"
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-12,
|
| 27 |
"model_type": "vit",
|
images/bags.jpg
ADDED
|
Git LFS Details
|
images/resume.png
ADDED
|
Git LFS Details
|
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:f7c066699a9bfeaddb641c265ef5ec7c9bfdf5453a734ac6d31d02c5003d707b
|
| 3 |
+
size 343270321
|
runs/events.out.tfevents.1669027495.c09627f9fdc9.81.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1752d252841940cfbee606f55a809e19118043e76aa24e569292a8fec3eded1
|
| 3 |
+
size 881
|