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