[docs] Remove broken ChatML format link from chat_templating.md (#29643)

* remove ChatML link from en/

* remove ChatML link in ja/

* remove ChatML link in zh/
This commit is contained in:
Aaron Jimenez
2024-03-13 12:04:51 -08:00
committed by GitHub
parent 1fc505b816
commit f738ab3b5d
3 changed files with 3 additions and 3 deletions

View File

@@ -205,7 +205,7 @@ tokenizer.push_to_hub("model_name") # Upload your new template to the Hub!
一方、ゼロからモデルをトレーニングするか、チャットのためにベース言語モデルをファインチューニングする場合、適切なテンプレートを選択する自由度があります。
LLMLanguage Modelはさまざまな入力形式を処理できるほどスマートです。クラス固有のテンプレートがないモデル用のデフォルトテンプレートは、一般的なユースケースに対して良い柔軟な選択肢です。
これは、[ChatMLフォーマット](https://github.com/openai/openai-python/blob/main/chatml.md)に従ったもので、多くのユースケースに適しています。次のようになります:
これは、`ChatMLフォーマット`に従ったもので、多くのユースケースに適しています。次のようになります:
```
{% for message in messages %}