Instructions to use Yova/SmallCap7M with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yova/SmallCap7M 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="Yova/SmallCap7M")# Load model directly from transformers import SmallCap model = SmallCap.from_pretrained("Yova/SmallCap7M", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload vizwiz
Browse filesThe vizwiz datastore
- .gitattributes +1 -0
- vizwiz +3 -0
.gitattributes
CHANGED
|
@@ -32,3 +32,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
coco_index filter=lfs diff=lfs merge=lfs -text
|
| 34 |
coco_index_captions.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 32 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 33 |
coco_index filter=lfs diff=lfs merge=lfs -text
|
| 34 |
coco_index_captions.json filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
vizwiz filter=lfs diff=lfs merge=lfs -text
|
vizwiz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b83999ee22cfa8ded56a9099bc28d506fe7eeb15befcdaded40181f6ecb43c0a
|
| 3 |
+
size 480804210
|