Instructions to use AgentPublic/dpr-ctx_encoder-fr_qa-camembert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AgentPublic/dpr-ctx_encoder-fr_qa-camembert with Transformers:
# Load model directly from transformers import AutoTokenizer, DPRContextEncoder tokenizer = AutoTokenizer.from_pretrained("AgentPublic/dpr-ctx_encoder-fr_qa-camembert") model = DPRContextEncoder.from_pretrained("AgentPublic/dpr-ctx_encoder-fr_qa-camembert") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#2 opened 7 months ago
by
SFconvertbot
Pooler output issue
#1 opened about 2 years ago
by
ThomasGerald