uvegesistvan commited on
Commit
c720f49
1 Parent(s): fbff7f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -39,6 +39,15 @@ Fine-tuned version of the original huBERT model (`SZTAKI-HLT/hubert-base-cc`), t
39
  | **macro avg** | **0.74** | **0.73** | **0.73**|
40
  | **weighted avg** | **0.74** | **0.73** | **0.73**|
41
 
 
 
 
 
 
 
 
 
 
42
  ### BibTeX entry and citation info
43
 
44
  If you use the model, please cite the following papers:
 
39
  | **macro avg** | **0.74** | **0.73** | **0.73**|
40
  | **weighted avg** | **0.74** | **0.73** | **0.73**|
41
 
42
+ ## Usage
43
+
44
+ ```py
45
+ from transformers import AutoTokenizer, AutoModel
46
+
47
+ tokenizer = AutoTokenizer.from_pretrained("uvegesistvan/huBERTPlain")
48
+ model = AutoModel.from_pretrained("uvegesistvan/huBERTPlain")
49
+ ```
50
+
51
  ### BibTeX entry and citation info
52
 
53
  If you use the model, please cite the following papers: