migtissera
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,8 @@ Tess-v2.5 model is an overall well balanced model. Complete evaluation tables ca
|
|
39 |
|
40 |
# Sample code to run inference
|
41 |
|
|
|
|
|
42 |
```python
|
43 |
import torch, json
|
44 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
39 |
|
40 |
# Sample code to run inference
|
41 |
|
42 |
+
Note that this model uses ChatML prompt format.
|
43 |
+
|
44 |
```python
|
45 |
import torch, json
|
46 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|