Afrizal Hasbi Azizy commited on
Commit
5b2907f
1 Parent(s): 2b4cb5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -97,7 +97,7 @@ outputs = model.generate(**inputs, max_new_tokens = 600, temperature=.8, use_cac
97
  print(tokenizer.batch_decode(outputs)[0].replace('\\n', '\n'))
98
  ```
99
 
100
- **Note:** There was an issue with the dataset such that newline characters are printed as string literals. Sorry about that!
101
 
102
  ## Acknowledgments
103
 
 
97
  print(tokenizer.batch_decode(outputs)[0].replace('\\n', '\n'))
98
  ```
99
 
100
+ **Note:** For Version 0 there is an issue with the dataset where the newline characters are interpreted as literal strings. Very sorry about this! 😔 Please keep the .replace() method to fix newline errors.
101
 
102
  ## Acknowledgments
103