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 size: 129 Bytes
9a0a8aa | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3c8e7babb89cdf530c311935d143841513bceb7922b51534bcc9c5b5c6d80083
size 3283
|