Update README.md
Browse files
README.md
CHANGED
@@ -38,6 +38,8 @@ Remarkably, this model was trained on a single A100 GPU with limited computation
|
|
38 |
|
39 |
## How to Get Started with the Model
|
40 |
|
|
|
|
|
41 |
### To load the model and tokenizer:
|
42 |
|
43 |
```python
|
|
|
38 |
|
39 |
## How to Get Started with the Model
|
40 |
|
41 |
+
As [Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct) or any model that uses the `chatml` template.
|
42 |
+
|
43 |
### To load the model and tokenizer:
|
44 |
|
45 |
```python
|