ali77sina commited on
Commit
5843eaf
1 Parent(s): 8ebd523

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
README.md CHANGED
@@ -8,10 +8,5 @@ This model is fine-tuned for RAG for SEC filings, using synthetically created QA
8
  The format is as follows:
9
 
10
  ```
11
- prompt = f'''<|system|>
12
- Answer the following question based on the context provided</s>
13
- <|user|>
14
- ### Question: {raw_datasets['questions'][i]}\n ### Context: {raw_datasets['sorted_chunks'][i]},
15
- ### Answer: </s>
16
- '''
17
  ```
 
8
  The format is as follows:
9
 
10
  ```
11
+ text = f"### Question: {question}, ### Context: {ctx}, ### Answer: {answer}"
 
 
 
 
 
12
  ```