0xtaipoian commited on
Commit
768c5a5
·
verified ·
1 Parent(s): 62e6b5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/1FgdwkkPcLzn_x1ohgzJCA1xZ4MTesC_8?usp=sharing) or anywhere you want based on the code:
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