poltextlab commited on
Commit
3a16c35
1 Parent(s): 9d72b24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ ---
6
+ license: apache-2.0
7
+ ---
8
+
9
+ ## Model description
10
+
11
+ Cased fine-tuned BERT model for Hungarian, trained on a dataset...
12
+
13
+ ## Intended uses & limitations
14
+
15
+ The model can be used as any other (cased) BERT model. It has been tested recognizing ..., where:
16
+ *
17
+ *
18
+
19
+ ## Training
20
+
21
+ Fine-tuned version of the original huBERT model (`SZTAKI-HLT/hubert-base-cc`), trained on ...
22
+
23
+ ## Eval results
24
+
25
+ | Class | Precision | Recall | F-Score |
26
+ |-----|------------|------------|------|
27
+
28
+
29
+ ## Usage
30
+
31
+ ```py
32
+ from transformers import AutoTokenizer, AutoModelForSequenceClassification
33
+
34
+ tokenizer = AutoTokenizer.from_pretrained("")
35
+ model = AutoModelForSequenceClassification.from_pretrained("")
36
+ ```
37
+
38
+ ### BibTeX entry and citation info
39
+
40
+ If you use the model, please cite the following paper:
41
+
42
+ Bibtex:
43
+ ```bibtex
44
+ @{
45
+ }
46
+ ```