cchristophe
commited on
Commit
•
125cc61
1
Parent(s):
961cc94
Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ You can use the 🤗 Transformers library `text-generation` pipeline to do infer
|
|
77 |
import transformers
|
78 |
import torch
|
79 |
|
80 |
-
model_name_or_path = "m42-health/Llama3-Med42-
|
81 |
|
82 |
pipeline = transformers.pipeline(
|
83 |
"text-generation",
|
|
|
77 |
import transformers
|
78 |
import torch
|
79 |
|
80 |
+
model_name_or_path = "m42-health/Llama3-Med42-70B"
|
81 |
|
82 |
pipeline = transformers.pipeline(
|
83 |
"text-generation",
|