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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tencent
/
EVIE-8B

Visual Document Retrieval
Safetensors
sentence-transformers
colpali-engine
qwen3_5
vision-language
colbert
late-interaction
multi-vector
vidore
document-retrieval
multimodal
Model card Files Files and versions
xet
Community
1

Instructions to use tencent/EVIE-8B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use tencent/EVIE-8B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("tencent/EVIE-8B")
    
    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
EVIE-8B / code /shared
77.3 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
xiaoxiaoshadiao's picture
xiaoxiaoshadiao
EVIE-8B: teacher weights, inference, 138-task eval
315e4cf verified about 17 hours ago
  • aggregate_heads.py
    4.84 kB
    EVIE-8B: teacher weights, inference, 138-task eval about 17 hours ago
  • download_jinavdr.py
    1.44 kB
    EVIE-8B: teacher weights, inference, 138-task eval about 17 hours ago
  • eval.py
    58.1 kB
    EVIE-8B: teacher weights, inference, 138-task eval about 17 hours ago
  • eval_run.sh
    6.56 kB
    EVIE-8B: teacher weights, inference, 138-task eval about 17 hours ago
  • lib.sh
    5.05 kB
    EVIE-8B: teacher weights, inference, 138-task eval about 17 hours ago
  • paths.py
    1.34 kB
    EVIE-8B: teacher weights, inference, 138-task eval about 17 hours ago