File size: 411 Bytes
f241044 63cf07e f241044 2c4dc10 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
---
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]}"""
``` |