fragata commited on
Commit
b20139d
1 Parent(s): 0293f97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
-
3
- language:
4
- - hu
5
  tags:
6
  - fill-mask
 
7
  license: cc-by-nc-4.0
8
  widget:
9
- - text: "Mesélek egy [MASK] az oroszlánról."
10
  ---
11
 
12
  # PULI BERT-Large
@@ -49,4 +49,4 @@ text = "Replace me by any text you'd like."
49
  encoded_input = tokenizer(text, return_tensors='pt', do_lower_case=False)
50
  output = model(**encoded_input)
51
 
52
- ```
 
1
  ---
2
+ language:
3
+ - hu
 
4
  tags:
5
  - fill-mask
6
+ - puli
7
  license: cc-by-nc-4.0
8
  widget:
9
+ - text: Mesélek egy [MASK] az oroszlánról.
10
  ---
11
 
12
  # PULI BERT-Large
 
49
  encoded_input = tokenizer(text, return_tensors='pt', do_lower_case=False)
50
  output = model(**encoded_input)
51
 
52
+ ```