macadeliccc
commited on
Commit
•
6df3ef1
1
Parent(s):
38fdb53
Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,7 @@ Opus-Samantha-Llama-3-8B is a SFT model made with [AutoSloth](https://colab.rese
|
|
31 |
import transformers
|
32 |
import torch
|
33 |
|
34 |
-
model_id = "
|
35 |
|
36 |
pipeline = transformers.pipeline(
|
37 |
pipeline("Hey how are you doing today?")
|
|
|
31 |
import transformers
|
32 |
import torch
|
33 |
|
34 |
+
model_id = "macadeliccc/Opus-Samantha-Llama-3-8B"
|
35 |
|
36 |
pipeline = transformers.pipeline(
|
37 |
pipeline("Hey how are you doing today?")
|