How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="ChillingDream/dap-mbert-base")
# Load model directly
from transformers import AutoTokenizer, BertForRLM

tokenizer = AutoTokenizer.from_pretrained("ChillingDream/dap-mbert-base")
model = BertForRLM.from_pretrained("ChillingDream/dap-mbert-base")
Quick Links

This repository contains the model of the paper Dual-Alignment Pre-training for Cross-lingual Sentence Embedding.

Downloads last month
6
Safetensors
Model size
0.2B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for ChillingDream/dap-mbert-base