Corrected model path
Browse files
README.md
CHANGED
|
@@ -224,7 +224,7 @@ pip install mlx-lm
|
|
| 224 |
```python
|
| 225 |
from mlx_lm import load, generate
|
| 226 |
# Load model with adapter
|
| 227 |
-
model, tokenizer = load("staedi/
|
| 228 |
# Text to resolve coreferences in
|
| 229 |
text = "Apple announced its earnings. The company performed well."
|
| 230 |
# Create prompt
|
|
|
|
| 224 |
```python
|
| 225 |
from mlx_lm import load, generate
|
| 226 |
# Load model with adapter
|
| 227 |
+
model, tokenizer = load("staedi/coref-llama-3.2")
|
| 228 |
# Text to resolve coreferences in
|
| 229 |
text = "Apple announced its earnings. The company performed well."
|
| 230 |
# Create prompt
|