Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

apoorvrajdev
/
captioning-inceptionv3-transformer

Image-to-Text
Keras
image-captioning
tensorflow
transformer
inceptionv3
multimodal
dev-scaffold
Model card Files Files and versions
xet
Community

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
captioning-inceptionv3-transformer
228 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
apoorvrajdev's picture
apoorvrajdev
feat: upload trained tokenizer pickle
59d93b4 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • README.md
    2.17 kB
    Update README.md 4 days ago
  • model.h5
    227 MB
    xet
    feat: upload COCO-trained stabilized checkpoint 1 day ago
  • vocab.json
    192 kB
    feat: upload trained tokenizer vocab 1 day ago
  • vocab.pkl

    Detected Pickle imports (2)

    • "numpy.core.multiarray.scalar",
    • "numpy.dtype"

    How to fix it?

    995 kB
    xet
    feat: upload trained tokenizer pickle 1 day ago