boods commited on
Commit
91ae4cb
·
verified ·
1 Parent(s): 3e66aa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ from transformers import pipeline
35
 
36
  extractor = pipeline(
37
  "text-generation",
38
- model="your‑username/mistral-location-extractor-4bit",
39
  model_kwargs=dict(load_in_4bit=True, torch_dtype="auto"),
40
  )
41
 
 
35
 
36
  extractor = pipeline(
37
  "text-generation",
38
+ model="boods/mistral-location-extractor-4bit",
39
  model_kwargs=dict(load_in_4bit=True, torch_dtype="auto"),
40
  )
41