Add colab
Browse files
README.md
CHANGED
@@ -38,3 +38,5 @@ Here is how to use this model in PyTorch:
|
|
38 |
```
|
39 |
|
40 |
This will download both a base model and an adapter from huggingface. Then it will run a gradio interface for chatting.
|
|
|
|
|
|
38 |
```
|
39 |
|
40 |
This will download both a base model and an adapter from huggingface. Then it will run a gradio interface for chatting.
|
41 |
+
|
42 |
+
Example using this model: [Colab](https://colab.research.google.com/drive/1IPz8QqOa5ZUBz7ZyXE4hhh7XwMEH-D9S#scrollTo=onLKXdA97gjs)
|