Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ Extensive testing of this model has not been completed. It would be prudent to
|
|
9 |
|
10 |
## Example Usage
|
11 |
|
12 |
-
```
|
13 |
from unsloth import FastLanguageModel
|
14 |
import torch
|
15 |
max_seq_length = 8092
|
@@ -66,7 +66,7 @@ print(tokenizer.decode(response, skip_special_tokens=True)).
|
|
66 |
|
67 |
## Example Output:
|
68 |
|
69 |
-
```
|
70 |
[
|
71 |
{
|
72 |
"subject": "HIF-1α protein",
|
|
|
9 |
|
10 |
## Example Usage
|
11 |
|
12 |
+
```python
|
13 |
from unsloth import FastLanguageModel
|
14 |
import torch
|
15 |
max_seq_length = 8092
|
|
|
66 |
|
67 |
## Example Output:
|
68 |
|
69 |
+
```json
|
70 |
[
|
71 |
{
|
72 |
"subject": "HIF-1α protein",
|