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

keras
/
llama3.2_instruct_1b

Text Generation
KerasHub
Model card Files Files and versions
xet
Community

Instructions to use keras/llama3.2_instruct_1b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KerasHub

    How to use keras/llama3.2_instruct_1b with KerasHub:

    import keras_hub
    
    # Create a Backbone model unspecialized for any task
    backbone = keras_hub.models.Backbone.from_preset("hf://keras/llama3.2_instruct_1b")
    
  • Keras

    How to use keras/llama3.2_instruct_1b with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://keras/llama3.2_instruct_1b")
    
  • Notebooks
  • Google Colab
  • Kaggle
llama3.2_instruct_1b / assets /tokenizer
6.68 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Divyasreepat's picture
Divyasreepat
Upload folder using huggingface_hub
e803a0b verified 11 months ago
  • merges.txt
    3.24 MB
    Upload folder using huggingface_hub 11 months ago
  • vocabulary.json
    3.43 MB
    Upload folder using huggingface_hub 11 months ago