|
--- |
|
base_model: unsloth/gemma-2-2b-it |
|
language: |
|
- en |
|
license: gemma |
|
tags: |
|
- text-generation-inference |
|
- transformers |
|
- unsloth |
|
- gemma2 |
|
datasets: |
|
- paraloq/json_data_extraction |
|
pipeline_tag: text-generation |
|
--- |
|
|
|
# Gemma-2 2B Instruct fine-tuned on JSON dataset |
|
|
|
This model is a Gemma-2 2b model finetuned on the paraloq/json_data_extraction. |
|
|
|
The model was finetuned in order to extract data from a text according to a json schema. |
|
|
|
# Prompt |
|
|
|
The prompt used during training is: |
|
```py |
|
"""Below is a text paired with input that provides further context. Write JSON output that matches the schema to extract information. |
|
|
|
### Input: |
|
{input} |
|
|
|
### Schema: |
|
{schema} |
|
|
|
### Response: |
|
""" |
|
``` |
|
|
|
- **Developed by:** bastienp |
|
- **License:** gemma |
|
- **Finetuned from model :** unsloth/gemma-2-2b-it |