File size: 789 Bytes
086d700
 
 
2459b39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
70a98f5
2459b39
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
37
38
39
40
41
42
---
license: apache-2.0
---

## Model description

Cased fine-tuned BERT model for Hungarian, trained on a dataset...

## Intended uses & limitations

The model can be used as any other (cased) BERT model. It has been tested recognizing ..., where:
* 
* 

## Training

Fine-tuned version of the original huBERT model (`SZTAKI-HLT/hubert-base-cc`), trained on ...

## Eval results

| Class | Precision | Recall | F-Score |
|-----|------------|------------|------|


## Usage

```py
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("")
model = AutoModelForSequenceClassification.from_pretrained("")
```

### BibTeX entry and citation info

If you use the model, please cite the following paper:

Bibtex:
```bibtex
@{
}
```