jeromecondere
commited on
Update README.md
Browse files
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)
|