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

MainStack
/
marvy-1-14B-lora

Text Generation
PEFT
MLX
English
servicenow
itsm
csdm
delivery
lora
adapter
qwen2.5
Model card Files Files and versions
xet
Community

Instructions to use MainStack/marvy-1-14B-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use MainStack/marvy-1-14B-lora with PEFT:

    Task type is invalid.
  • MLX

    How to use MainStack/marvy-1-14B-lora with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    # if on a CUDA device, also pip install mlx[cuda]
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("MainStack/marvy-1-14B-lora")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • MLX LM

    How to use MainStack/marvy-1-14B-lora with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "MainStack/marvy-1-14B-lora" --prompt "Once upon a time"
marvy-1-14B-lora
184 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
tgetsov's picture
tgetsov
Upload CITATION.cff with huggingface_hub
3697ca9 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • CITATION.cff
    1.13 kB
    Upload CITATION.cff with huggingface_hub 1 day ago
  • LICENSE
    11.4 kB
    Upload LICENSE with huggingface_hub 2 days ago
  • NOTICE
    2.7 kB
    Upload NOTICE with huggingface_hub 1 day ago
  • README.md
    3.12 kB
    Upload README.md with huggingface_hub 1 day ago
  • USAGE.md
    7.39 kB
    Upload USAGE.md with huggingface_hub 1 day ago
  • VALIDATION.md
    6.21 kB
    Upload VALIDATION.md with huggingface_hub 1 day ago
  • adapter_config.json
    1.36 kB
    Upload adapter_config.json with huggingface_hub 2 days ago
  • adapters.safetensors
    184 MB
    xet
    Upload adapters.safetensors with huggingface_hub 2 days ago