Instructions to use nkasmanoff/sky-scribe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nkasmanoff/sky-scribe with Transformers:
# Use a pipeline as a high-level helper # Warning: Pipeline type "image-to-text" is no longer supported in transformers v5. # You must load the model directly (see below) or downgrade to v4.x with: # 'pip install "transformers<5.0.0' from transformers import pipeline pipe = pipeline("image-to-text", model="nkasmanoff/sky-scribe")# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("nkasmanoff/sky-scribe") model = AutoModelForMultimodalLM.from_pretrained("nkasmanoff/sky-scribe") - Notebooks
- Google Colab
- Kaggle
Commit ·
4aad4ae
1
Parent(s): 11320b0
Training in progress, step 1150
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 706594713
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5f0f2f70bbf02a96e08c57a3e00e6544376007aa56b483f2ac7a446674b2fc7
|
| 3 |
size 706594713
|
runs/Mar29_18-05-16_f5a78adb8640/events.out.tfevents.1680113164.f5a78adb8640.9633.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:312398dd3f01b29e7898d5325af1c9599a210504a449b8ccfcb17fe3ad7d9197
|
| 3 |
+
size 17207
|