Stack Overflow community!
I am working on a machine learning project in Python that involves representing hierarchical data from WordNet. I am interested in using a Mamba model for this purpose due to its suitability for hierarchical structures.
What I need help with:
I’m looking for a pre-trained Mamba model specifically trained on WordNet data. Does anyone know if such a model is available, or how I might train one if not?
What I’ve tried:
- I searched on Hugging Face and other ML model repositories but didn’t find a model specifically mentioned as “Mamba” trained on WordNet.
- I attempted to train a basic graph neural network model on a subset of WordNet, but I am not sure if I am on the right track.