license: apache-2.0 | |
datasets: | |
- ali77sina/SEC-QA-sorted-chunks | |
pipeline_tag: question-answering | |
tags: | |
- finance | |
This model is a fine-tuned version of: https://huggingface.co/ali77sina/SECGPT | |
The instruction set is defined as follows: | |
```python | |
text = f"""### Question: {example['questions'][i]}, | |
### Context: {example['sorted_chunks'][i]}, | |
### Answer: {example['answers'][i]}""" | |
``` |