Feature Extraction
Transformers
Safetensors
English
bert
information-retrieval
mteb
scientific-retrieval
text-embeddings-inference
Instructions to use thu-nmrc/bge-small-structural-separator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use thu-nmrc/bge-small-structural-separator with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="thu-nmrc/bge-small-structural-separator")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("thu-nmrc/bge-small-structural-separator") model = AutoModel.from_pretrained("thu-nmrc/bge-small-structural-separator", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.