Dhruvil47 commited on
Commit
bc2398f
1 Parent(s): e08f6c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ pipeline = transformers.pipeline(
32
  device_map="auto",
33
  )
34
  sequences = pipeline(
35
- "Girafatron is obsessed with giraffes, the most glorious animal on the face of this Earth. Giraftron believes all other animals are irrelevant when compared to the glorious majesty of the giraffe.\nDaniel: Hello, Girafatron!\nGirafatron:",
36
  max_length=200,
37
  do_sample=True,
38
  top_k=10,
 
32
  device_map="auto",
33
  )
34
  sequences = pipeline(
35
+ "About Miso",
36
  max_length=200,
37
  do_sample=True,
38
  top_k=10,