//! Transformer-based embedding models module
//!
//! This module provides a modular implementation of transformer-based models
//! for generating embeddings including BERT, RoBERTa, Sentence-BERT, and
//! domain-specific variants.
// Re-export commonly used types and functions
pub use *;
pub use *;
pub use *;