Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ widget:
|
|
12 |
- messages:
|
13 |
- role: user
|
14 |
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# jafermarq/finetuned_mlx
|
@@ -29,4 +31,4 @@ from mlx_lm import load, generate
|
|
29 |
|
30 |
model, tokenizer = load("jafermarq/finetuned_mlx")
|
31 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
32 |
-
```
|
|
|
12 |
- messages:
|
13 |
- role: user
|
14 |
content: Can you provide ways to eat combinations of bananas and dragonfruits?
|
15 |
+
datasets:
|
16 |
+
- medalpaca/medical_meadow_medical_flashcards
|
17 |
---
|
18 |
|
19 |
# jafermarq/finetuned_mlx
|
|
|
31 |
|
32 |
model, tokenizer = load("jafermarq/finetuned_mlx")
|
33 |
response = generate(model, tokenizer, prompt="hello", verbose=True)
|
34 |
+
```
|