Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ base_model: meta-llama/Meta-Llama-3-8B
|
|
23 |
import transformers
|
24 |
import torch
|
25 |
|
26 |
-
model_id = "yodayo-ai/
|
27 |
|
28 |
pipeline = transformers.pipeline(
|
29 |
"text-generation",
|
|
|
23 |
import transformers
|
24 |
import torch
|
25 |
|
26 |
+
model_id = "yodayo-ai/nephra_v1.0"
|
27 |
|
28 |
pipeline = transformers.pipeline(
|
29 |
"text-generation",
|