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 ·
fd3a81a
1
Parent(s): a371f85
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,6 +6,5 @@ tags:
|
|
| 6 |
library_name: transformers
|
| 7 |
inference: true
|
| 8 |
datasets:
|
| 9 |
-
- AdamOswald1/Test
|
| 10 |
- AdamOswald1/autotrain-data-failure
|
| 11 |
---
|
|
|
|
| 6 |
library_name: transformers
|
| 7 |
inference: true
|
| 8 |
datasets:
|
|
|
|
| 9 |
- AdamOswald1/autotrain-data-failure
|
| 10 |
---
|