mychen76 commited on
Commit
4ceddc1
1 Parent(s): 5a238fd

Update README.md

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