SECGPT-FT-RAG / README.md
ali77sina's picture
Update README.md
2c4dc10 verified
|
raw
history blame
319 Bytes
metadata
license: apache-2.0

This model is a fine-tuned version of: https://huggingface.co/ali77sina/SECGPT

The instruction set is defined as follows:

text = f"""### Question: {example['questions'][i]}, 
        ### Context: {example['sorted_chunks'][i]}, 
        ### Answer: {example['answers'][i]}"""