Instructions to use ariadnak/font-identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ariadnak/font-identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="ariadnak/font-identifier") 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("ariadnak/font-identifier") model = AutoModelForImageClassification.from_pretrained("ariadnak/font-identifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 26
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 47510008
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c017a4a82724937f7afdda3e5dc7a1558e9bb8baa818c5cab1359f40ef42c7f
|
| 3 |
size 47510008
|