Update README.md
Browse files
README.md
CHANGED
|
@@ -10,3 +10,5 @@ The format is as follows:
|
|
| 10 |
```
|
| 11 |
text = f"### Question: {question}, ### Context: {ctx}, ### Answer: {answer}"
|
| 12 |
```
|
|
|
|
|
|
|
|
|
| 10 |
```
|
| 11 |
text = f"### Question: {question}, ### Context: {ctx}, ### Answer: {answer}"
|
| 12 |
```
|
| 13 |
+
|
| 14 |
+
**NOTE**: This model was fine-tuned using the full-model (bfloat16), and not adapters.
|