iioos/crypto-embedding-model
0
1---2language: en3license: mit4tags:5- embeddings6- feature-extraction7- crypto8- blockchain9---10 11# Crypto Embedding Model12 13## Overview14This model generates vector embeddings for crypto and blockchain-related text.15Useful for similarity search, clustering, and semantic retrieval.16 17## Intended Applications18- Semantic search19- RAG pipelines20- Knowledge base indexing21 22## Training23Trained using domain-specific crypto definitions and terminology.24 25## Notes26Embedding quality may vary depending on text length and domain specificity.27 28## License29MIT30 