Update README.md
Browse files
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 |
-
|
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 |
```
|