banhabang commited on
Commit
12ed418
·
1 Parent(s): 48e040c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -66,5 +66,6 @@ outputs = model.generate(
66
  max_length=30,
67
  early_stopping=True
68
  )
 
69
  for output in outputs:
70
  outputs = tokenizer.decode(output, skip_special_tokens=True, clean_up_tokenization_spaces=True)
 
66
  max_length=30,
67
  early_stopping=True
68
  )
69
+
70
  for output in outputs:
71
  outputs = tokenizer.decode(output, skip_special_tokens=True, clean_up_tokenization_spaces=True)