Image Classification
Transformers
TensorBoard
Safetensors
English
resnet
Generated from Trainer
Eval Results (legacy)
Instructions to use gaborcselle/font-identifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use gaborcselle/font-identifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="gaborcselle/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("gaborcselle/font-identifier") model = AutoModelForImageClassification.from_pretrained("gaborcselle/font-identifier", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
f2ce3cc
1
Parent(s): 00da118
Training in progress, epoch 10
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 44860804
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24f7b2fa8e77e2b8ce1d4dff657d82b9ccfc89e3a11bb26a762620c899ba207c
|
| 3 |
size 44860804
|
preprocessor_config.json
CHANGED
|
@@ -17,4 +17,5 @@
|
|
| 17 |
],
|
| 18 |
"resample": 3,
|
| 19 |
"size": 224
|
|
|
|
| 20 |
|
|
|
|
| 17 |
],
|
| 18 |
"resample": 3,
|
| 19 |
"size": 224
|
| 20 |
+
}
|
| 21 |
|
runs/Nov14_17-03-08_GMac/events.out.tfevents.1700010188.GMac.94605.0
CHANGED
|
Binary files a/runs/Nov14_17-03-08_GMac/events.out.tfevents.1700010188.GMac.94605.0 and b/runs/Nov14_17-03-08_GMac/events.out.tfevents.1700010188.GMac.94605.0 differ
|
|
|