Multi2ConvAI-Corona: finetuned Bert for German
This model was developed in the Multi2ConvAI project:
- domain: Corona (more details about our use cases: (en, de))
- language: German (de)
- 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-de-bert")
model = AutoModelForSequenceClassification.from_pretrained("inovex/multi2convai-logistics-de-bert")
Further information on Multi2ConvAI:
- Downloads last month
- 16
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.