Class DeepJModelBundle
java.lang.Object
io.github.kirstenali.deepj.publishing.DeepJModelBundle
Exports a DeepJ checkpoint, tokenizer, config, and Hugging Face model card.
-
Field Details
-
MODEL_FILE
- See Also:
-
TOKENIZER_FILE
- See Also:
-
CONFIG_FILE
- See Also:
-
MODEL_CARD_FILE
- See Also:
-
-
Method Details
-
export
public static Path export(Path directory, GPTModel model, BPEModel tokenizer, ModelCard card) throws IOException - Throws:
IOException
-
export
public static Path export(Path directory, DeepSeekModel model, BPEModel tokenizer, ModelCard card) throws IOException - Throws:
IOException
-