ahmed792002
commited on
Commit
•
a161fd4
1
Parent(s):
88d29a3
Upload ViTForImageClassification
Browse files- README.md +3 -3
- config.json +1 -1
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
|
|
2 |
library_name: transformers
|
3 |
license: apache-2.0
|
4 |
-
base_model: google/vit-base-patch16-224
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
|
|
9 |
model-index:
|
10 |
- name: vit-plant-classification
|
11 |
results: []
|
|
|
1 |
---
|
2 |
+
base_model: google/vit-base-patch16-224
|
3 |
library_name: transformers
|
4 |
license: apache-2.0
|
|
|
|
|
|
|
5 |
metrics:
|
6 |
- accuracy
|
7 |
+
tags:
|
8 |
+
- generated_from_trainer
|
9 |
model-index:
|
10 |
- name: vit-plant-classification
|
11 |
results: []
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/kaggle/working/vit-plant-classification",
|
3 |
"architectures": [
|
4 |
"ViTForImageClassification"
|
5 |
],
|