tensorplex-labs commited on
Commit
28efced
1 Parent(s): c72b0b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -60,7 +60,7 @@ pipeline = transformers.pipeline(
60
  torch_dtype=torch.bfloat16,
61
  )
62
  sequences = pipeline(
63
- "Tell me about decentralization.",
64
  max_length=256,
65
  do_sample=True,
66
  temperature=0.6,
 
60
  torch_dtype=torch.bfloat16,
61
  )
62
  sequences = pipeline(
63
+ "What is Yokozuna?",
64
  max_length=256,
65
  do_sample=True,
66
  temperature=0.6,