Multi2ConvAI-Corona: finetuned Bert for French
This model was developed in the Multi2ConvAI project:
- domain: Corona (more details about our use cases: (en, de))
- language: French (fr)
- model type: finetuned Bert
How to run
Requires:
- Huggingface transformers
Run with Huggingface Transformers
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("inovex/multi2convai-logistics-fr-bert")
model = AutoModelForSequenceClassification.from_pretrained("inovex/multi2convai-logistics-fr-bert")
Further information on Multi2ConvAI:
- Downloads last month
- 3
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.