File size: 1,002 Bytes
aec5c44
c2e5998
 
be5a04b
 
c2e5998
 
aec5c44
c2e5998
aec5c44
c2e5998
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
668bfb7
 
c2e5998
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---

tags:
- text-classification
- pytorch
- transformers
widget:
- text: "Muss ich eine Maske tragen?"
license: mit
language: de
---


# Multi2ConvAI-Corona: finetuned Bert for German 

This model was developed in the [Multi2ConvAI](https://multi2conv.ai) project:
- domain: Corona (more details about our use cases: ([en](https://multi2convai/en/blog/use-cases), [de](https://multi2convai/en/blog/use-cases)))
- language: German (de)
- model type: finetuned Bert

## How to run

Requires: 
- Huggingface transformers 

### Run with Huggingface Transformers

````python

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:
- https://multi2conv.ai
- https://github.com/inovex/multi2convai
- mailto: info@multi2conv.ai