Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ class FormatPrompt_context_QA():
|
|
69 |
```
|
70 |
|
71 |
```python
|
72 |
-
formatting_func =
|
73 |
|
74 |
# pull model from huggingface
|
75 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
|
|
69 |
```
|
70 |
|
71 |
```python
|
72 |
+
formatting_func = FormatPrompt_context_QA()
|
73 |
|
74 |
# pull model from huggingface
|
75 |
model, tokenizer = FastLanguageModel.from_pretrained(
|