staedi commited on
Commit
d6a4afd
·
verified ·
1 Parent(s): a19b59a

Corrected model path

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/gemma-3-coref")
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