Update README.md
Browse files
README.md
CHANGED
@@ -69,6 +69,10 @@ Don't make up value not in the Input. Output must be a well-formed JSON object.`
|
|
69 |
}
|
70 |
```
|
71 |
|
|
|
|
|
|
|
|
|
72 |
# Load model directly
|
73 |
```python
|
74 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
|
69 |
}
|
70 |
```
|
71 |
|
72 |
+
# Looking for Model with ChatML format?
|
73 |
+
see link here: https://huggingface.co/mychen76/mistral_ocr2json_v3_chatml
|
74 |
+
|
75 |
+
|
76 |
# Load model directly
|
77 |
```python
|
78 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|