legolasyiu commited on
Commit
fbffc89
·
verified ·
1 Parent(s): 6b8d960

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -124,6 +124,10 @@ output_text = tokenizer.decode(output_ids[0], skip_special_tokens=True)
124
  print(output_text)
125
 
126
  ```
 
 
 
 
127
  ## Accelerator mode:
128
  ```py
129
  pip install accelerate #GPU A100/L4
 
124
  print(output_text)
125
 
126
  ```
127
+
128
+ Google colab - [link](https://colab.research.google.com/drive/1ZgUrbonMlK05iQ-tgWZ_lFmUZFbWZNnM?usp=sharing)
129
+
130
+
131
  ## Accelerator mode:
132
  ```py
133
  pip install accelerate #GPU A100/L4