How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="tomasonjo/text2cypher-codestral-16bit")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("tomasonjo/text2cypher-codestral-16bit")
model = AutoModelForCausalLM.from_pretrained("tomasonjo/text2cypher-codestral-16bit")
Quick Links

Uploaded model

  • Developed by: tomasonjo
  • License: apache-2.0
  • Finetuned from model : mistralai/Codestral-22B-v0.1

This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.

Downloads last month
9
Safetensors
Model size
22B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for tomasonjo/text2cypher-codestral-16bit

Finetuned
(13)
this model

Dataset used to train tomasonjo/text2cypher-codestral-16bit

Collection including tomasonjo/text2cypher-codestral-16bit