migtissera commited on
Commit
7983756
·
verified ·
1 Parent(s): 6200b11

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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