Instructions to use HPAI-BSC/SuSy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use HPAI-BSC/SuSy with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="HPAI-BSC/SuSy") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("HPAI-BSC/SuSy", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Tag change
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ datasets:
|
|
| 11 |
tags:
|
| 12 |
- vision
|
| 13 |
- image-classification
|
| 14 |
-
- synthetic
|
| 15 |
pipeline_tag: image-classification
|
| 16 |
metrics:
|
| 17 |
- recall
|
|
|
|
| 11 |
tags:
|
| 12 |
- vision
|
| 13 |
- image-classification
|
| 14 |
+
- synthetic image detection
|
| 15 |
pipeline_tag: image-classification
|
| 16 |
metrics:
|
| 17 |
- recall
|