Replies: 2 comments
-
Oh, maybe using langchain to interact with such models is a good practice? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi! The documentation about adding a new model is here: https://github.com/explosion/spacy-llm/tree/main/usage_examples#writing-your-own-model For HF models specifically, have a look at the source folder https://github.com/explosion/spacy-llm/tree/main/spacy_llm/models/hf. It should be relatively easy to use any of those implementations as a template and adjust it to a new model for your specific purpose. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for your great work!
Could you kindly provide a simple tutorial on how can we integrate other open-source models on HF? Like integrating UniNER-7B for better NER ability.
Thanks again!
Beta Was this translation helpful? Give feedback.
All reactions