commit files to HF hub
Browse files- .gitattributes +1 -0
- README.md +3 -3
- config.json +2 -2
- images/image.jpg +3 -0
- pytorch_model.bin +1 -1
- runs/events.out.tfevents.1689596627.b59883286c17.943.0 +3 -0
.gitattributes
CHANGED
|
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/chart_graph.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/not_chart_graph.jpg filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
images/chart_graph.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
images/not_chart_graph.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
images/image.jpg 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: 0.
|
| 19 |
---
|
| 20 |
|
| 21 |
# chart-test-classify
|
|
@@ -35,6 +35,6 @@ Report any issues with the demo at the [github repo](https://github.com/nateraw/
|
|
| 35 |
|
| 36 |

|
| 37 |
|
| 38 |
-
####
|
| 39 |
|
| 40 |
-

|
| 37 |
|
| 38 |
+
#### image
|
| 39 |
|
| 40 |
+

|
config.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "chart graph",
|
| 13 |
-
"1": "
|
| 14 |
},
|
| 15 |
"image_size": 224,
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
"chart graph": "0",
|
| 20 |
-
"
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"model_type": "vit",
|
|
|
|
| 10 |
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "chart graph",
|
| 13 |
+
"1": "image"
|
| 14 |
},
|
| 15 |
"image_size": 224,
|
| 16 |
"initializer_range": 0.02,
|
| 17 |
"intermediate_size": 3072,
|
| 18 |
"label2id": {
|
| 19 |
"chart graph": "0",
|
| 20 |
+
"image": "1"
|
| 21 |
},
|
| 22 |
"layer_norm_eps": 1e-12,
|
| 23 |
"model_type": "vit",
|
images/image.jpg
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 343265965
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d59b81d124af14f81538247f5af0c6ff1c0c4c5dd9c98ef7bc2de1ecc0671381
|
| 3 |
size 343265965
|
runs/events.out.tfevents.1689596627.b59883286c17.943.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3ee7da89d13320c8397791f75b13f6a213922821d362b41f47e5c5ed13a803ec
|
| 3 |
+
size 1111
|