Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

Condenser for Vietnamese

Transformer architectures for dense retrieval pre-training on vietnamese dataset. Details can be found in our papers, Condenser: a Pre-training Architecture for Dense Retrieval and Unsupervised Corpus Aware Language Model Pre-training for Dense Passage Retrieval .

For example, to load Condenser weights,

from transformers import AutoModel
model = AutoModel.from_pretrained('NlpHUST/Condenser-phobert-base')
Downloads last month
3
Hosted inference API
Fill-Mask
Examples
Examples
Mask token: <mask>
This model can be loaded on the Inference API on-demand.