File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
pages/managed-inference/reference-content Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Your model repository must include:
5252 * An ` architectures ` array (see [ supported architectures] ( #supported-models-architecture ) for the exact list of supported values).
5353 * ` max_position_embeddings `
5454 * Model weights in the [ ` .safetensors ` ] ( https:/huggingface.co/docs/safetensors/index ) format
55+ * A ` tokenizer.json ` file
56+ * If your are fine-tuning an existing model, we recommend you use the same ` tokenizer.json ` file from the base model.
5557 * A chat template included in either:
5658 * ` tokenizer_config.json ` as a ` chat_template ` field, or
5759 * ` chat_template.json ` as a ` chat_template ` field
@@ -232,4 +234,4 @@ Custom models must conform to one of the architectures listed below. Click to ex
232234 * ` EAGLEModel `
233235 * ` MedusaModel `
234236 * ` MLPSpeculatorPreTrainedModel `
235- </Concept >
237+ </Concept >
You can’t perform that action at this time.
0 commit comments