Update README.md
Browse files
README.md
CHANGED
@@ -17,6 +17,8 @@ The model is a merge of models that are capable of Chinese and Japanese output.
|
|
17 |
|
18 |
# Code Example
|
19 |
|
|
|
|
|
20 |
```python
|
21 |
# Import necessary libraries
|
22 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
17 |
|
18 |
# Code Example
|
19 |
|
20 |
+
Inference [Colab](https://colab.research.google.com/drive/1tYSb63IKZDsiQ5BIJU8Oc92phxugAmB3?usp=sharing)
|
21 |
+
|
22 |
```python
|
23 |
# Import necessary libraries
|
24 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|