Instructions to use DeepLearner101/CIFARSelectedSubsetBasedModel-Training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DeepLearner101/CIFARSelectedSubsetBasedModel-Training with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DeepLearner101/CIFARSelectedSubsetBasedModel-Training") 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/CIFARSelectedSubsetBasedModel-Training") model = AutoModelForImageClassification.from_pretrained("DeepLearner101/CIFARSelectedSubsetBasedModel-Training") - Notebooks
- Google Colab
- Kaggle
Commit ·
4582c9e
1
Parent(s): eee9ff7
Upload hyperparameters_tuning_results.csv with huggingface_hub
Browse files
hyperparameters_tuning_results.csv
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
date,timestamp,pid,hostname,node_ip,config/lr,config/weight_decay,config/dropout_rate,config/l1_factor,config/epochs,config/epsilon_range,config/step_size,config/gamma,config/early_stopping_tolerance,config/training_batch_size,config/validation_batch_size
|
| 2 |
-
2023-12-29_16-
|
| 3 |
,,,,,,,,,,,,,,,
|
| 4 |
,,,,,,,,,,,,,,,
|
| 5 |
,,,,,,,,,,,,,,,
|
|
|
|
| 1 |
date,timestamp,pid,hostname,node_ip,config/lr,config/weight_decay,config/dropout_rate,config/l1_factor,config/epochs,config/epsilon_range,config/step_size,config/gamma,config/early_stopping_tolerance,config/training_batch_size,config/validation_batch_size
|
| 2 |
+
2023-12-29_16-28-15,1703867295.0,8180.0,9bc05b26290d,172.28.0.12,1.5513674859567804e-05,0.009511076109390362,0.6238245407765967,6.172719006269981e-06,15.0,"(0.001, 0.007, 0.002)",5.0,0.3,7.0,32.0,32.0
|
| 3 |
,,,,,,,,,,,,,,,
|
| 4 |
,,,,,,,,,,,,,,,
|
| 5 |
,,,,,,,,,,,,,,,
|