michaelfeil commited on
Commit
51b9f6d
·
1 Parent(s): 5aa23bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -289,7 +289,7 @@ model = GeneratorCT2fromHfHub(
289
  # tokenizer=AutoTokenizer.from_pretrained("bigcode/starcoder")
290
  )
291
  outputs = model.generate(
292
- text=["How do you call a fast Flan-ingo?", "User: How are you doing? Bot:"],
293
  max_length=64
294
  )
295
  print(outputs)
 
289
  # tokenizer=AutoTokenizer.from_pretrained("bigcode/starcoder")
290
  )
291
  outputs = model.generate(
292
+ text=["def hello_world()", "User: How are you doing? Bot:"],
293
  max_length=64
294
  )
295
  print(outputs)