Instructions to use apoorvrajdev/captioning-inceptionv3-transformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use apoorvrajdev/captioning-inceptionv3-transformer with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://apoorvrajdev/captioning-inceptionv3-transformer") - Notebooks
- Google Colab
- Kaggle
feat: upload trained tokenizer pickle
Browse files
vocab.pkl
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:178029c988fdb714fcf2be0241431b309647f6270b1c60fac7a8ca0c392df32d
|
| 3 |
+
size 995160
|