david4096/gemma-2b-finetune-graph-genome
The Model david4096/gemma-2b-finetune-graph-genome was converted to MLX format from mlx-community/quantized-gemma-2b-it using mlx-lm version 0.16.0.
It was trained on text from about 180 papers with the phrase "graph genome" in them from biorxiv.
Use with mlx
pip install mlx-lm
from mlx_lm import load, generate
model, tokenizer = load("david4096/gemma-2b-finetune-graph-genome")
response = generate(model, tokenizer, prompt="hello", verbose=True)
- Downloads last month
- 11
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.