Update README.md
Browse files
README.md
CHANGED
@@ -119,6 +119,7 @@ analysis is needed to assess potential harm or bias in the proposed application.
|
|
119 |
```
|
120 |
|
121 |
```python
|
|
|
122 |
import torch
|
123 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
124 |
|
|
|
119 |
```
|
120 |
|
121 |
```python
|
122 |
+
#@title Live Chat with Orca
|
123 |
import torch
|
124 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
125 |
|