File size: 982 Bytes
6b443e9
d8a0f57
 
 
 
6b443e9
e77be6d
6b443e9
d8a0f57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---

tags:
- text-classification
widget:
- text: "gdje mogu staviti paket?"
license: mit
language: hr
---


# Multi2ConvAI-Logistics: finetuned Bert for Croatian 

This model was developed in the [Multi2ConvAI](https://multi2conv.ai) project:
- domain: Logistics (more details about our use cases: ([en](https://multi2convai/en/blog/use-cases), [de](https://multi2convai/en/blog/use-cases)))
- language: Croatian (hr)
- 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-hr-bert")

model = AutoModelForSequenceClassification.from_pretrained("inovex/multi2convai-logistics-hr-bert")

````

## Further information on Multi2ConvAI:
- https://multi2conv.ai
- https://github.com/inovex/multi2convai
- mailto: info@multi2conv.ai