IIC
/

Text Generation
Transformers
Safetensors
Spanish
qwen2
chat
conversational
text-generation-inference
Inference Endpoints
gonzalo-santamaria-iic commited on
Commit
5c95c1d
·
verified ·
1 Parent(s): ec63799

Update README.md

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