Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ from transformers import pipeline
|
|
17 |
|
18 |
pipe = pipeline(
|
19 |
"text-generation",
|
20 |
-
model="AlexandrosChariton/
|
21 |
torch_dtype=torch.float32,
|
22 |
device_map="auto",
|
23 |
)
|
|
|
17 |
|
18 |
pipe = pipeline(
|
19 |
"text-generation",
|
20 |
+
model="AlexandrosChariton/SarcasMLL-1B",
|
21 |
torch_dtype=torch.float32,
|
22 |
device_map="auto",
|
23 |
)
|