jeromecondere commited on
Commit
432f1d5
·
verified ·
1 Parent(s): ce4516d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -71,3 +71,5 @@ outputs = merged_model.generate(
71
  )
72
  print(tokenizer.batch_decode(outputs)[0])
73
  ```
 
 
 
71
  )
72
  print(tokenizer.batch_decode(outputs)[0])
73
  ```
74
+ ## Full integration in a sagemaker environment
75
+ To see an integration of this model check [this github repo](https://github.com/jeromeCondere/my-silly-bank)