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

  • Log In
  • Sign Up

Miemczyk
/
CharityPurposeAnalyser

Text Generation
MLX
English
mlx-lm
apple-silicon
lora
4-bit precision
fine-tuning
charity
ratings
instruction-tuning
Model card Files Files and versions
xet
Community

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

  • Libraries
  • MLX

    How to use Miemczyk/CharityPurposeAnalyser 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("Miemczyk/CharityPurposeAnalyser")
    
    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 Miemczyk/CharityPurposeAnalyser with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "Miemczyk/CharityPurposeAnalyser" --prompt "Once upon a time"
CharityPurposeAnalyser
3.42 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Miemczyk's picture
Miemczyk
Upload 2 files
33a4efc verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    5.39 kB
    Update README.md 8 months ago
  • adapter_config.json
    921 Bytes
    Upload 2 files 8 months ago
  • adapters.safetensors
    3.41 MB
    xet
    Upload 2 files 8 months ago