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

ceilf6
/
frontagent-planner-14B-lora

Text Generation
MLX
Chinese
English
mlx-lm
lora
frontend
agent
planner
Model card Files Files and versions
xet
Community

Instructions to use ceilf6/frontagent-planner-14B-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use ceilf6/frontagent-planner-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("ceilf6/frontagent-planner-14B-lora")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
  • MLX LM

    How to use ceilf6/frontagent-planner-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 "ceilf6/frontagent-planner-14B-lora" --prompt "Once upon a time"
frontagent-planner-14B-lora
551 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ceilf6's picture
ceilf6
Upload FrontAgent Planner 14B MLX full-run adapter
2a28318 verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • EVAL_RESULTS.md
    1.16 kB
    Upload FrontAgent Planner 14B MLX full-run adapter 1 day ago
  • README.md
    2.15 kB
    Upload FrontAgent Planner 14B MLX full-run adapter 1 day ago
  • adapter_config.json
    946 Bytes
    Upload FrontAgent Planner 14B MLX full-run adapter 1 day ago
  • adapters.safetensors
    551 MB
    xet
    Upload FrontAgent Planner 14B MLX full-run adapter 1 day ago