competitions/aiornot
Viewer • Updated • 62.1k • 49 • 32
How to use emanehabn/aiornot_eman with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("image-classification", model="emanehabn/aiornot_eman")
pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png") # Load model directly
from transformers import AutoImageProcessor, AutoModelForImageClassification
processor = AutoImageProcessor.from_pretrained("emanehabn/aiornot_eman")
model = AutoModelForImageClassification.from_pretrained("emanehabn/aiornot_eman")This model is a fine-tuned version of google/vit-base-patch16-224-in21k on the None dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|---|---|---|---|---|
| 0.1235 | 1.0 | 248 | 0.1117 | 0.9547 |
| 0.0512 | 2.0 | 497 | 0.0866 | 0.9690 |
| 0.0175 | 2.99 | 744 | 0.0863 | 0.9726 |