Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

bumblebee-testing
/
tiny-random-LlamaModel

Feature Extraction
Transformers
Safetensors
llama
Model card Files Files and versions
xet
Community

Instructions to use bumblebee-testing/tiny-random-LlamaModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bumblebee-testing/tiny-random-LlamaModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="bumblebee-testing/tiny-random-LlamaModel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("bumblebee-testing/tiny-random-LlamaModel")
    model = AutoModel.from_pretrained("bumblebee-testing/tiny-random-LlamaModel")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-LlamaModel
197 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
jonatanklosko's picture
jonatanklosko
Upload model
c314f98 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    741 Bytes
    Upload model over 2 years ago
  • model.safetensors
    195 kB
    xet
    Upload model over 2 years ago