]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
model-conversion : add model card template for embeddings [no ci] (#15557)
authorDaniel Bevenius <redacted>
Mon, 25 Aug 2025 12:25:25 +0000 (14:25 +0200)
committerGitHub <redacted>
Mon, 25 Aug 2025 12:25:25 +0000 (14:25 +0200)
commit5a6bc6b1a6cb665a944426c2055794950e524bf5
tree91e4fdea0caa92cc19ff1f9cb36984bcc92051d0
parent6b64f74b55628e4193f4fb00313f07dbd8556528
model-conversion : add model card template for embeddings [no ci] (#15557)

* model-conversion: add model card template for embeddings [no ci]

This commit adds a separate model card template (model repository
README.md template) for embedding models.

The motivation for this is that there server command for the embedding
model is a little different and some addition information can be useful
in the model card for embedding models which might not be directly
relevant for causal models.

* squash! model-conversion: add model card template for embeddings [no ci]

Fix pyright lint error.

* remove --pooling override and clarify embd_normalize usage
examples/model-conversion/Makefile
examples/model-conversion/README.md
examples/model-conversion/scripts/causal/modelcard.template [new file with mode: 0644]
examples/model-conversion/scripts/embedding/modelcard.template [new file with mode: 0644]
examples/model-conversion/scripts/readme.md.template [deleted file]
examples/model-conversion/scripts/utils/hf-create-model.py