SE6446 commited on
Commit
1bc2238
1 Parent(s): 8beb36c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -61,4 +61,3 @@ outputs = model.generate(**inputs, max_length=200)
61
  text = tokenizer.batch_decode(outputs)[0]
62
  print(text)
63
  ```
64
- ## Performance (coming soon!)
 
61
  text = tokenizer.batch_decode(outputs)[0]
62
  print(text)
63
  ```