Terry0320 commited on
Commit
7f2058c
·
1 Parent(s): 9cc558c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ pipeline = transformers.pipeline(
28
  device_map="auto",
29
  )
30
  sequences = pipeline(
31
- "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:",
32
  max_length=200,
33
  do_sample=True,
34
  top_k=10,
 
28
  device_map="auto",
29
  )
30
  sequences = pipeline(
31
+ "Generelativa is obsessed with general relativity and believes that it is the greatest theory in the world. He thinks that any other theory, including special relativity, is simply not worth mentioning.\nHoward: Hello, Generelativa!\nGenerelativa:",
32
  max_length=200,
33
  do_sample=True,
34
  top_k=10,