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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Furuta
/
Termetry-hrm-text-v0.1

Text Generation
MLX
Safetensors
English
hrm_text
quantized
2-bit
1.58-bit
hrm-text
bonsai
termetry
Model card Files Files and versions
xet
Community

Instructions to use Furuta/Termetry-hrm-text-v0.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use Furuta/Termetry-hrm-text-v0.1 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("Furuta/Termetry-hrm-text-v0.1")
    
    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 Furuta/Termetry-hrm-text-v0.1 with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "Furuta/Termetry-hrm-text-v0.1" --prompt "Once upon a time"
Termetry-hrm-text-v0.1
337 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Furuta's picture
Furuta
Mark release as unofficial
f67c6a5 verified about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    1.93 kB
    Mark release as unofficial about 1 month ago
  • config.json
    7.02 kB
    Release v0.1.0 about 1 month ago
  • model.safetensors
    333 MB
    xet
    Release v0.1.0 about 1 month ago
  • model.safetensors.index.json
    30.4 kB
    Release v0.1.0 about 1 month ago
  • quantization.json
    57 Bytes
    Release v0.1.0 about 1 month ago
  • tokenizer.json
    4.73 MB
    Release v0.1.0 about 1 month ago
  • tokenizer_config.json
    326 Bytes
    Release v0.1.0 about 1 month ago