Instructions to use Sebastianpinar/lora-75 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Sebastianpinar/lora-75 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Sebastianpinar/lora-75") 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("Sebastianpinar/lora-75") model = AutoModelForImageClassification.from_pretrained("Sebastianpinar/lora-75") - Notebooks
- Google Colab
- Kaggle
Commit ·
df8f65b
1
Parent(s): 3968603
Training in progress, epoch 46
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 345799989
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:921c96d93c9a2776b706bdf4c83363c1320a25a21d0984d87520e7058d2efc0b
|
| 3 |
size 345799989
|