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
- 2
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.