Instructions to use Metal079/SonicCharacterClassifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Metal079/SonicCharacterClassifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Metal079/SonicCharacterClassifier") 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("Metal079/SonicCharacterClassifier") model = AutoModelForImageClassification.from_pretrained("Metal079/SonicCharacterClassifier") - Notebooks
- Google Colab
- Kaggle
Delete training_args.bin
Browse files- training_args.bin +0 -3
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9903af26847553bad5bc0517f5698f46506f35dcb88112d510d0de91fe2d423f
|
| 3 |
-
size 3451
|
|
|
|
|
|
|
|
|
|
|
|