AlexandrosChariton commited on
Commit
2d77742
·
verified ·
1 Parent(s): 76aa4d4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ from transformers import pipeline
17
 
18
  pipe = pipeline(
19
  "text-generation",
20
- model="AlexandrosChariton/SarcasLLM-1B",
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
  )