Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Your model repository must include:
* An `architectures` array (see [supported architectures](#supported-models-architecture) for the exact list of supported values).
* `max_position_embeddings`
* Model weights in the [`.safetensors`](https:/huggingface.co/docs/safetensors/index) format
* A `tokenizer.json` file
* If your are fine-tuning an existing model, we recommend you use the same `tokenizer.json` file from the base model.
* A chat template included in either:
* `tokenizer_config.json` as a `chat_template` field, or
* `chat_template.json` as a `chat_template` field
Expand Down Expand Up @@ -232,4 +234,4 @@ Custom models must conform to one of the architectures listed below. Click to ex
* `EAGLEModel`
* `MedusaModel`
* `MLPSpeculatorPreTrainedModel`
</Concept>
</Concept>