Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ metrics:
|
|
5 |
- f1
|
6 |
base_model:
|
7 |
- google/vit-base-patch16-224-in21k
|
|
|
8 |
---
|
9 |
Returns car brand with about 64% accuracy given on an image.
|
10 |
|
@@ -345,4 +346,4 @@ Land Rover Range Rover Evoque 0.8291 0.6065 0.7005 216
|
|
345 |
accuracy 0.6372 69639
|
346 |
macro avg 0.6688 0.6373 0.6081 69639
|
347 |
weighted avg 0.6688 0.6372 0.6081 69639
|
348 |
-
```
|
|
|
5 |
- f1
|
6 |
base_model:
|
7 |
- google/vit-base-patch16-224-in21k
|
8 |
+
library_name: transformers
|
9 |
---
|
10 |
Returns car brand with about 64% accuracy given on an image.
|
11 |
|
|
|
346 |
accuracy 0.6372 69639
|
347 |
macro avg 0.6688 0.6373 0.6081 69639
|
348 |
weighted avg 0.6688 0.6372 0.6081 69639
|
349 |
+
```
|