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 ·
c570c1e
1
Parent(s): 3d052c2
pytorch_model_0194.pth, training and config files uploaded
Browse files- pytorch_model_0194.pth +3 -0
- training_metrics_0194.json +0 -0
pytorch_model_0194.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:863f80b5170f9718bf0aada822bc1cc306d7c5c2bae8f2c59199f782da3a26d8
|
| 3 |
+
size 94434839
|
training_metrics_0194.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|