Skip to content

Custom Embedding #29

Answered by codelion
BharatSingla12 asked this question in Q&A
Discussion options

You must be logged in to vote

The adaptive classifier technique works on open models since we need access to the weights to add on an adapter and neural memory. You can see this with some the adaptive classifiers released on HF - https://huggingface.co/adaptive-classifier

They will have a small model.safetensors file and a config. The model.safetensors file corresponds to the adapter which is added to the base classifier that is mentioned in the config.json. The examples.json file contains the embeddings corresponding to the neural memory.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by codelion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants