We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5cf9af + 21afd8c commit 04cbd3aCopy full SHA for 04cbd3a
pages/managed-inference/reference-content/supported-models.mdx
@@ -53,6 +53,8 @@ Your model repository must include:
53
* An `architectures` array (see [supported architectures](#supported-models-architecture) for the exact list of supported values).
54
* `max_position_embeddings`
55
* Model weights in the [`.safetensors`](https:/huggingface.co/docs/safetensors/index) format
56
+ * A `tokenizer.json` file
57
+ * If your are fine-tuning an existing model, we recommend you use the same `tokenizer.json` file from the base model.
58
* A chat template included in either:
59
* `tokenizer_config.json` as a `chat_template` field, or
60
* `chat_template.json` as a `chat_template` field
0 commit comments