--- license: apache-2.0 --- 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]}""" ```