Instructions to use praison/wikisql-4bit-1k with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use praison/wikisql-4bit-1k 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("praison/wikisql-4bit-1k") 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 praison/wikisql-4bit-1k with MLX LM:
Generate or start a chat session
# Install MLX LM uv tool install mlx-lm # Generate some text mlx_lm.generate --model "praison/wikisql-4bit-1k" --prompt "Once upon a time"
[WIP] Upload folder using huggingface_hub (multi-commit 3333e550e3e833eb4d165f7326719a41f310bd1f0ab98c314524aa31e8e474dc)
#2
by yeorok - opened
Upload folder using huggingface_hub
Multi commit ID: 3333e550e3e833eb4d165f7326719a41f310bd1f0ab98c314524aa31e8e474dc
Scheduled commits:
- Upload 1 file(s) totalling 4.1G (13ed2241954d4c27b2d80d201832a47744fdb3266f2f2bb04393490177f6a2e0)
- Upload 7 file(s) totalling 2.3M (ac2e898ca212ee5bfe16113a133fc77cbdc16991df500b4ed5b3fea0120c333b)
This is a PR opened using the huggingface_hub library in the context of a multi-commit. PR can be commented as a usual PR. However, please be aware that manually updating the PR description, changing the PR status, or pushing new commits, is not recommended as it might corrupt the commit process. Learn more about multi-commits in this guide.