Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

doeve
/
web-agent-bge-small-v1

Feature Extraction
sentence-transformers
ONNX
English
bert
web-agent
bi-encoder
element-selection
mind2web
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use doeve/web-agent-bge-small-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use doeve/web-agent-bge-small-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("doeve/web-agent-bge-small-v1")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
web-agent-bge-small-v1
35 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
doeve's picture
doeve
Upload v1 ship model (format v1)
6d790ab verified 20 days ago
  • .gitattributes
    1.52 kB
    initial commit 20 days ago
  • README.md
    1.83 kB
    Upload v1 ship model (format v1) 20 days ago
  • config.json
    655 Bytes
    Upload v1 ship model (format v1) 20 days ago
  • model_quantized.onnx
    34 MB
    xet
    Upload v1 ship model (format v1) 20 days ago
  • modules.json
    429 Bytes
    Upload v1 ship model (format v1) 20 days ago
  • ort_config.json
    762 Bytes
    Upload v1 ship model (format v1) 20 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload v1 ship model (format v1) 20 days ago
  • special_tokens_map.json
    695 Bytes
    Upload v1 ship model (format v1) 20 days ago
  • tokenizer.json
    712 kB
    Upload v1 ship model (format v1) 20 days ago
  • tokenizer_config.json
    1.46 kB
    Upload v1 ship model (format v1) 20 days ago
  • training_meta.json
    863 Bytes
    Upload v1 ship model (format v1) 20 days ago
  • vocab.txt
    232 kB
    Upload v1 ship model (format v1) 20 days ago
  • web_agent_stamp.json
    400 Bytes
    Upload v1 ship model (format v1) 20 days ago