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

  • Log In
  • Sign Up

thiomajid
/
bge-base-java-methods

Feature Extraction
Transformers
TensorBoard
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use thiomajid/bge-base-java-methods with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use thiomajid/bge-base-java-methods with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="thiomajid/bge-base-java-methods")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("thiomajid/bge-base-java-methods")
    model = AutoModel.from_pretrained("thiomajid/bge-base-java-methods")
  • Notebooks
  • Google Colab
  • Kaggle
bge-base-java-methods / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 81 commits
thiomajid's picture
thiomajid
Training in progress, epoch 24
4b898df verified almost 2 years ago
  • Jun24_20-54-37_d12301659deb
    Training in progress, epoch 10 almost 2 years ago
  • Jun24_21-13-11_aa16cff72663
    Training in progress, epoch 48 almost 2 years ago
  • Jun25_19-41-27_fb580c35bb06
    Training in progress, epoch 24 almost 2 years ago