dbernsohn commited on
Commit
395edf6
·
1 Parent(s): ae3b6b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -26,6 +26,7 @@ output = model.generate(input_ids=features['input_ids'].cuda(),
26
  attention_mask=features['attention_mask'].cuda())
27
 
28
  tokenizer.decode(output[0])
 
29
  ```
30
 
31
  The whole training process and hyperparameters are in my [GitHub repo](https://github.com/DorBernsohn/SQLM)
 
26
  attention_mask=features['attention_mask'].cuda())
27
 
28
  tokenizer.decode(output[0])
29
+ Output: "What people are older than 10?"
30
  ```
31
 
32
  The whole training process and hyperparameters are in my [GitHub repo](https://github.com/DorBernsohn/SQLM)