Instructions to use DeepLearner101/CIFAR100SelectedSubsetForTrainingBasedModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepLearner101/CIFAR100SelectedSubsetForTrainingBasedModel with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DeepLearner101/CIFAR100SelectedSubsetForTrainingBasedModel") 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("DeepLearner101/CIFAR100SelectedSubsetForTrainingBasedModel") model = AutoModelForImageClassification.from_pretrained("DeepLearner101/CIFAR100SelectedSubsetForTrainingBasedModel", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
54f1141
1
Parent(s): da5f660
Upload hyperparameters_tuning_results.csv with huggingface_hub
Browse files
hyperparameters_tuning_results.csv
CHANGED
|
@@ -9,9 +9,3 @@
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|