baohuynhbk14 commited on
Commit
c4cb64d
1 Parent(s): 2b4ec52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -181,8 +181,8 @@ Hàm main() tạo một biến numbers với giá trị [1, 2, 3, 4], sau đó g
181
  ## Quickstart
182
 
183
  Here provides a code snippet to show you how to load the tokenizer and model and how to generate contents.
184
-
185
- [https://colab.research.google.com/drive/1ZD1oB56PF0lF66RCuTVJYLTEV0tM3CFf?usp=sharing](https://colab.research.google.com/drive/1ZD1oB56PF0lF66RCuTVJYLTEV0tM3CFf?usp=sharing)
186
 
187
  ```python
188
  import numpy as np
@@ -292,7 +292,7 @@ print(f'User: {question}\nAssistant: {response}')
292
 
293
  ## Finetune on your Data
294
 
295
- [https://colab.research.google.com/drive/1bK6fpWfResjv9UxWoKHDStXQ8bop3a6Z?usp=sharing](https://colab.research.google.com/drive/1bK6fpWfResjv9UxWoKHDStXQ8bop3a6Z?usp=sharing)
296
 
297
 
298
  ## Citation
 
181
  ## Quickstart
182
 
183
  Here provides a code snippet to show you how to load the tokenizer and model and how to generate contents.
184
+ To run inference using the model, follow the steps outlined in our Colab inference notebook
185
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1ZD1oB56PF0lF66RCuTVJYLTEV0tM3CFf?usp=sharing)
186
 
187
  ```python
188
  import numpy as np
 
292
 
293
  ## Finetune on your Data
294
 
295
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1bK6fpWfResjv9UxWoKHDStXQ8bop3a6Z?usp=sharing)
296
 
297
 
298
  ## Citation