nenzilea commited on
Commit
c5c3477
·
verified ·
1 Parent(s): 3dcd418

Car Classification

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -3,6 +3,9 @@ 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
@@ -16,7 +19,7 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # car-classification
18
 
19
- This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
  - Loss: 0.8876
22
  - Accuracy: 0.6706
 
3
  license: apache-2.0
4
  base_model: google/vit-base-patch16-224
5
  tags:
6
+ - image-classification
7
+ - car
8
+ - stanford-cars
9
  - generated_from_trainer
10
  metrics:
11
  - accuracy
 
19
 
20
  # car-classification
21
 
22
+ This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the tanganke/stanford_cars dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.8876
25
  - Accuracy: 0.6706