hatzel commited on
Commit
cf88db5
·
1 Parent(s): 54cb2bc

Fix path in README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -8,7 +8,7 @@ Now running the model is as easy as:
8
  ```python
9
  from maverick_de import Maverick
10
  model = Maverick(
11
- hf_name_or_path="droc-singletons",
12
  device="cuda",
13
  )
14
 
 
8
  ```python
9
  from maverick_de import Maverick
10
  model = Maverick(
11
+ hf_name_or_path="uhhlt/droc-singletons",
12
  device="cuda",
13
  )
14