Instructions to use tokhey/ViT-caption-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use tokhey/ViT-caption-model with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("tokhey/ViT-caption-model") - Notebooks
- Google Colab
- Kaggle
Upload tokenizer.pkl with huggingface_hub
Browse files- tokenizer.pkl +3 -0
tokenizer.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de16ffd0c075c084f4a8f5a3c62eb2a2f6d5d932a79b56d9c621d2bbd9320409
|
| 3 |
+
size 39615
|