You can make a simple query but then i would recommend to provide a system prompt.
Or you can use a preferred query format:
schema:
Graph schema:
Relevant node labels and their properties (with datatypes) are:
Journal {journal_id: STRING}
Q: Find the Journal for which journal_id starts with f66!
A:
This should respond:
MATCH (n:Journal)\\nWHERE n.journal_id STARTS WITH 'f66'\\nRETURN n
It might also respond by wrapping the answer in markdown cypher block
- Downloads last month
- 30
Model size
2B params
Tensor type
BF16
·
Hardware compatibility
Log In to add your hardware
Quantized
Model tree for gregradzio/text-to-cypher-qwen2.5-1.5B
Base model
Qwen/Qwen2.5-1.5B Finetuned
Qwen/Qwen2.5-Coder-1.5B Finetuned
Qwen/Qwen2.5-Coder-1.5B-Instruct