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
3 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Divyasreepat's picture
Divyasreepat
Update README.md with new model card content
90965b0 verified 11 months ago
  • assets
    Upload folder using huggingface_hub 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    7.77 kB
    Update README.md with new model card content 11 months ago
  • config.json
    734 Bytes
    Upload folder using huggingface_hub 11 months ago
  • metadata.json
    143 Bytes
    Upload folder using huggingface_hub 11 months ago
  • model.weights.h5
    3 GB
    xet
    Upload folder using huggingface_hub 11 months ago
  • preprocessor.json
    1.75 kB
    Upload folder using huggingface_hub 11 months ago
  • task.json
    3.32 kB
    Upload folder using huggingface_hub 11 months ago
  • tokenizer.json
    856 Bytes
    Upload folder using huggingface_hub 11 months ago