File size: 785 Bytes
2ce85fe a327556 2ce85fe a327556 2ce85fe 6c5abd4 2ce85fe a327556 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
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 |