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

AlexHung29629
/
test_mllama_v16

Feature Extraction
Transformers
Safetensors
ultravox
custom_code
Model card Files Files and versions
xet
Community

Instructions to use AlexHung29629/test_mllama_v16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use AlexHung29629/test_mllama_v16 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="AlexHung29629/test_mllama_v16", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AlexHung29629/test_mllama_v16", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test_mllama_v16
110 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
AlexHung29629's picture
AlexHung29629
Update config.json
4c96c33 verified over 1 year ago
  • .gitattributes
    1.57 kB
    first commit over 1 year ago
  • README.md
    5.17 kB
    Upload model over 1 year ago
  • config.json
    878 Bytes
    Update config.json over 1 year ago
  • generation_config.json
    181 Bytes
    first commit over 1 year ago
  • model.safetensors
    101 MB
    xet
    Upload model over 1 year ago
  • special_tokens_map.json
    325 Bytes
    first commit over 1 year ago
  • tokenizer.json
    9.09 MB
    xet
    first commit over 1 year ago
  • tokenizer_config.json
    50.9 kB
    first commit over 1 year ago
  • ultravox_config.py
    6.04 kB
    first commit over 1 year ago
  • ultravox_model.py
    27.1 kB
    Update ultravox_model.py over 1 year ago
  • ultravox_pipeline.py
    4.62 kB
    first commit over 1 year ago
  • ultravox_processing.py
    9.58 kB
    Update ultravox_processing.py over 1 year ago