0xtaipoian
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ The comments on LIHKG also tend to be very short. Thus the model cannot generate
|
|
40 |
|
41 |
|
42 |
## How to use it?
|
43 |
-
You can run it on [Colab](https://colab.research.google.com/drive/
|
44 |
```python
|
45 |
|
46 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, LlamaTokenizer, GenerationConfig, pipeline
|
|
|
40 |
|
41 |
|
42 |
## How to use it?
|
43 |
+
You can run it on [Colab](https://colab.research.google.com/drive/1veRH2GP3ZR3buYCG2_bFUKu0kS-hv1S2) or anywhere you want based on the code:
|
44 |
```python
|
45 |
|
46 |
from transformers import AutoModelForCausalLM, AutoTokenizer, BitsAndBytesConfig, LlamaTokenizer, GenerationConfig, pipeline
|