Instructions to use AdamOswald1/Testing with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AdamOswald1/Testing with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="AdamOswald1/Testing") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AdamOswald1/Testing", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
123be89
1
Parent(s): dbc084e
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,5 @@ datasets:
|
|
| 12 |
- AdamOswald1/autotrain-data-attempt
|
| 13 |
- AdamOswald1/autotrain-data-alt
|
| 14 |
- AdamOswald1/autotrain-data-testttt
|
|
|
|
| 15 |
---
|
|
|
|
| 12 |
- AdamOswald1/autotrain-data-attempt
|
| 13 |
- AdamOswald1/autotrain-data-alt
|
| 14 |
- AdamOswald1/autotrain-data-testttt
|
| 15 |
+
- AdamOswald1/autotrain-data-let
|
| 16 |
---
|