khang119966
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -151,7 +151,7 @@ Assistant: Bức ảnh là một thông báo tuyển dụng công tác viên kin
|
|
151 |
|
152 |
Here provides a code snippet to show you how to load the tokenizer and model and how to generate contents.
|
153 |
|
154 |
-
[
|
155 |
|
156 |
```python
|
157 |
import numpy as np
|
@@ -259,6 +259,11 @@ print(f'User: {question}\nAssistant: {response}')
|
|
259 |
#print(f'User: {question}\nAssistant: {response}')
|
260 |
```
|
261 |
|
|
|
|
|
|
|
|
|
|
|
262 |
## Citation
|
263 |
|
264 |
```
|
|
|
151 |
|
152 |
Here provides a code snippet to show you how to load the tokenizer and model and how to generate contents.
|
153 |
|
154 |
+
[https://colab.research.google.com/drive/1ZD1oB56PF0lF66RCuTVJYLTEV0tM3CFf?usp=sharing](https://colab.research.google.com/drive/1ZD1oB56PF0lF66RCuTVJYLTEV0tM3CFf?usp=sharing)
|
155 |
|
156 |
```python
|
157 |
import numpy as np
|
|
|
259 |
#print(f'User: {question}\nAssistant: {response}')
|
260 |
```
|
261 |
|
262 |
+
## Finetune on your Data
|
263 |
+
|
264 |
+
[https://colab.research.google.com/drive/1bK6fpWfResjv9UxWoKHDStXQ8bop3a6Z?usp=sharing](https://colab.research.google.com/drive/1bK6fpWfResjv9UxWoKHDStXQ8bop3a6Z?usp=sharing)
|
265 |
+
|
266 |
+
|
267 |
## Citation
|
268 |
|
269 |
```
|