Update README.md
Browse files
README.md
CHANGED
|
@@ -61,7 +61,7 @@ from grithopper import GritHopper
|
|
| 61 |
|
| 62 |
# Initialize GritHopper with your GRITLM model checkpoint or huggingface path
|
| 63 |
hopper = GritHopper(
|
| 64 |
-
model_name_or_path="GritHopper
|
| 65 |
device="cuda" # or "cpu"
|
| 66 |
)
|
| 67 |
```
|
|
|
|
| 61 |
|
| 62 |
# Initialize GritHopper with your GRITLM model checkpoint or huggingface path
|
| 63 |
hopper = GritHopper(
|
| 64 |
+
model_name_or_path="UKPLab/GritHopper",
|
| 65 |
device="cuda" # or "cpu"
|
| 66 |
)
|
| 67 |
```
|