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:
52
52
* An ` architectures ` array (see [ supported architectures] ( #supported-models-architecture ) for the exact list of supported values).
53
53
* ` max_position_embeddings `
54
54
* 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.
55
57
* A chat template included in either:
56
58
* ` tokenizer_config.json ` as a ` chat_template ` field, or
57
59
* ` 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
232
234
* ` EAGLEModel `
233
235
* ` MedusaModel `
234
236
* ` MLPSpeculatorPreTrainedModel `
235
- </Concept >
237
+ </Concept >
You can’t perform that action at this time.
0 commit comments