Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BAAI
/
bge-large-en

Feature Extraction
Transformers
PyTorch
Safetensors
English
bert
mteb
sentence-transfomres
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
17

Instructions to use BAAI/bge-large-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BAAI/bge-large-en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="BAAI/bge-large-en")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("BAAI/bge-large-en")
    model = AutoModel.from_pretrained("BAAI/bge-large-en")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

In reranker, does the order of query and passage matter?

#17 opened over 1 year ago by
samwu66

Need help with deploying this to sagemaker

#16 opened almost 2 years ago by
khalil235

Request for Detailed Experimental Procedure For Spanish

1
#15 opened almost 2 years ago by
wilfoderek

Why do you add a normalize layer in the end of the model? Does it affect how we fine tune results?

3
#13 opened about 2 years ago by
nps798

Update tokenizer_config.json

2
#12 opened over 2 years ago by
freaksamael

How to set the max length from 512 to 2048?

3
#11 opened over 2 years ago by
kk3dmax

Example in readme could need explanation

4
#9 opened over 2 years ago by
tordbb

Adding `safetensors` variant of this model

#6 opened almost 3 years ago by
SFconvertbot

instruction for other use cases like intent classification

1
#5 opened almost 3 years ago by
SudipThomas

Can we train cross encoder using this model?

1
#4 opened almost 3 years ago by
amkorba

Adding `safetensors` variant of this model

#3 opened almost 3 years ago by
SFconvertbot

Results from the SentenceTransformer library are sometimes different than the ones imported from the FlagModel

12
#2 opened almost 3 years ago by
Anaudia

Github and PIP links not working

2
#1 opened almost 3 years ago by
vikas-prasad
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs