Instructions to use OverDriveLee/Prueba_Taller3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OverDriveLee/Prueba_Taller3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="OverDriveLee/Prueba_Taller3") 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("OverDriveLee/Prueba_Taller3") model = AutoModelForImageClassification.from_pretrained("OverDriveLee/Prueba_Taller3") - Notebooks
- Google Colab
- Kaggle
Commit ·
53a5b36
1
Parent(s): 04bcc51
Upload model
Browse files- tf_model.h5 +3 -0
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c210f40c8e89530e905e8645546a4cd87c1fe5144ff7ec5ddb0f52c392f938e
|
| 3 |
+
size 458336
|