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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

adyoi
/
indigo.tf

Text Generation
Keras
Indonesian
from-scratch
gpt
transformer
tensorflow
Model card Files Files and versions
xet
Community

Instructions to use adyoi/indigo.tf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use adyoi/indigo.tf with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://adyoi/indigo.tf")
    
  • Notebooks
  • Google Colab
  • Kaggle
indigo.tf / indigotf
7.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
adyoi's picture
adyoi
Upload indigotf/model.py with huggingface_hub
ac2b9c4 verified about 19 hours ago
  • __init__.py
    176 Bytes
    Upload folder using huggingface_hub 1 day ago
  • bpe.py
    2.26 kB
    Upload folder using huggingface_hub 1 day ago
  • common.py
    1.53 kB
    Upload folder using huggingface_hub 1 day ago
  • model.py
    2.52 kB
    Upload indigotf/model.py with huggingface_hub about 19 hours ago
  • tokenizer.py
    829 Bytes
    Upload folder using huggingface_hub 1 day ago