Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,8 @@ metrics:
|
|
| 9 |
model-index:
|
| 10 |
- name: vit-base-beans-tutorial
|
| 11 |
results: []
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -16,6 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# vit-base-beans-tutorial
|
| 18 |
|
|
|
|
|
|
|
| 19 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
- Loss: 0.2011
|
|
@@ -61,4 +65,4 @@ The following hyperparameters were used during training:
|
|
| 61 |
- Transformers 4.35.2
|
| 62 |
- Pytorch 2.1.0+cu121
|
| 63 |
- Datasets 2.16.1
|
| 64 |
-
- Tokenizers 0.15.0
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: vit-base-beans-tutorial
|
| 11 |
results: []
|
| 12 |
+
datasets:
|
| 13 |
+
- beans
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 18 |
|
| 19 |
# vit-base-beans-tutorial
|
| 20 |
|
| 21 |
+
This model is a remix of [nateraw/vit-base-beans](https://huggingface.co/nateraw/vit-base-beans").
|
| 22 |
+
|
| 23 |
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the beans dataset.
|
| 24 |
It achieves the following results on the evaluation set:
|
| 25 |
- Loss: 0.2011
|
|
|
|
| 65 |
- Transformers 4.35.2
|
| 66 |
- Pytorch 2.1.0+cu121
|
| 67 |
- Datasets 2.16.1
|
| 68 |
+
- Tokenizers 0.15.0
|