Instructions to use TalentoTechIA/Martin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use TalentoTechIA/Martin with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="TalentoTechIA/Martin") 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("TalentoTechIA/Martin") model = AutoModelForImageClassification.from_pretrained("TalentoTechIA/Martin") - Notebooks
- Google Colab
- Kaggle
Training in progress, step 520
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343227052
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d704f96cf73745049e7170163829077e74bf51528c6fba1e18e9c596c07de0b
|
| 3 |
size 343227052
|
runs/Jan21_00-59-26_0581c0a0a34f/events.out.tfevents.1737422255.0581c0a0a34f.445.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b65df498e81bca69cc843140a9a3a8df62fe1a47aa8da1c3644308d3f00e6ec2
|
| 3 |
+
size 6011
|