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 ·
2018f05
1
Parent(s): b968a7f
Upload best_hyperparameters.json with huggingface_hub
Browse files
best_hyperparameters.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
{"lr": 4.0178639151517737e-05, "weight_decay": 9.095863446405362e-05, "dropout_rate": 0.2216168339434294, "l1_factor": 0.001675650813760356, "epochs": 20, "epsilon_range": [0.001, 0.005, 0.002], "step_size": 7, "gamma": 0.3, "early_stopping_tolerance": 10, "batch_size": 16, "adversarial_training_frequency": 2}
|