|
--- |
|
language: |
|
- en |
|
license: llama3 |
|
tags: |
|
- text-generation-inference |
|
- transformers |
|
- unsloth |
|
- llama |
|
- trl |
|
base_model: unsloth/llama-3-8b-bnb-4bit |
|
datasets: |
|
- persistent/text2cypher-recommendations-sft-0.5k |
|
--- |
|
|
|
# Uploaded model |
|
|
|
- **Developed by:** persistent |
|
- **License:** Llama-3 Community License |
|
- **Finetuned from model :** unsloth/llama-3-8b-bnb-4bit |
|
|
|
This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library. |
|
|
|
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth) |
|
|
|
# Chat format |
|
``` |
|
### Instruction: |
|
You will be given a schema for Neo4j db, followed by a question. |
|
You need to generate cypher query to fetch the relevant information |
|
Only respond with a complete cypher query which will return the correct result |
|
|
|
### Schema: |
|
{} |
|
|
|
### Question: |
|
{} |
|
|
|
### Cypher query: |
|
{}<|end_of_text|> |
|
``` |
|
|
|
# Dataset |
|
This model is fine-tuned on 500 text2cypher synthetic dataset https://huggingface.co/datasets/persistent/text2cypher-recommendations-sft-0.5k |
|
|