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

SajjadMajdi
/
jina-embedding-v3

Feature Extraction
Transformers
Safetensors
English
Persian
Arabic
xlm-roberta
Embedding
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use SajjadMajdi/jina-embedding-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use SajjadMajdi/jina-embedding-v3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="SajjadMajdi/jina-embedding-v3", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("SajjadMajdi/jina-embedding-v3", trust_remote_code=True)
    model = AutoModel.from_pretrained("SajjadMajdi/jina-embedding-v3", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
jina-embedding-v3
1.16 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
Sajjad Majdi
very tiny change
b05d751 verified about 1 year ago
  • 1_Pooling
    Add new SentenceTransformer model about 1 year ago
  • .gitattributes
    1.57 kB
    Upload tokenizer about 1 year ago
  • README.md
    4.23 kB
    very tiny change about 1 year ago
  • config.json
    1.89 kB
    Adding {"trust_remote_code": true} to config.json about 1 year ago
  • config_sentence_transformers.json
    438 Bytes
    Add new SentenceTransformer model about 1 year ago
  • custom_st.py
    8.78 kB
    Upload custom_st.py about 1 year ago
  • model.safetensors
    1.14 GB
    xet
    Upload XLMRobertaLoRA about 1 year ago
  • modules.json
    412 Bytes
    Add new SentenceTransformer model about 1 year ago
  • sentence_bert_config.json
    57 Bytes
    Add new SentenceTransformer model about 1 year ago
  • special_tokens_map.json
    1.02 kB
    Upload tokenizer about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.24 kB
    Upload tokenizer about 1 year ago