legolasyiu
commited on
Commit
•
ed49821
1
Parent(s):
6716923
Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ Make sure to update your transformers installation via `pip install --upgrade tr
|
|
42 |
```python
|
43 |
import transformers
|
44 |
import torch
|
45 |
-
model_id = "
|
46 |
pipeline = transformers.pipeline(
|
47 |
"text-generation",
|
48 |
model=model_id,
|
|
|
42 |
```python
|
43 |
import transformers
|
44 |
import torch
|
45 |
+
model_id = "EpistemeAI/Fireball-Llama-3.1-8B-Intruct-v1dpo-16bit"
|
46 |
pipeline = transformers.pipeline(
|
47 |
"text-generation",
|
48 |
model=model_id,
|