SECGPT-FT-RAG / README.md
ali77sina's picture
Update README.md
63cf07e verified
|
raw
history blame
No virus
411 Bytes
metadata
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:

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