normundsg commited on
Commit
33f5bd2
1 Parent(s): 9987f9f

Updated README

Browse files
Files changed (1) hide show
  1. README.md +26 -16
README.md CHANGED
@@ -1,23 +1,33 @@
1
  ---
2
- license: gpl-3.0
 
 
3
  ---
4
 
5
- Latvian BERT-base-cased model.
6
 
7
- ```
 
 
 
 
 
 
 
 
 
 
 
8
  @inproceedings{Znotins-Barzdins:2020:BalticHLT,
9
- author = "A. Znotins and G. Barzdins",
10
- title = "LVBERT: Transformer-Based Model for Latvian Language Understanding",
11
- year = 2020,
12
- booktitle = "Human Language Technologies - The Baltic Perspective",
13
- publisher = "IOS Press",
14
- volume = 328,
15
- pages = "111-115",
16
- doi = "10.3233/FAIA200610",
17
- url = "http://ebooks.iospress.nl/volumearticle/55531"
 
18
  }
19
  ```
20
-
21
- Please use the following text to cite this item or export to a predefined format:
22
-
23
- Znotiņš, Artūrs, 2020, LVBERT - Latvian BERT, CLARIN-LV digital library at IMCS, University of Latvia, http://hdl.handle.net/20.500.12574/43
 
1
  ---
2
+ license: apache-2.0
3
+ language:
4
+ - lv
5
  ---
6
 
7
+ # Latvian BERT base model (cased)
8
 
9
+ A pretrained model on the Latvian language using a masked language modeling (MLM) objective.
10
+ It was introduced in [this paper](http://ebooks.iospress.nl/volumearticle/55531) and first released via the [CLARIN-LV repository](http://hdl.handle.net/20.500.12574/43).
11
+
12
+ This model is case-sensitive. It is primarily intended to be fine-tuned on downstream natural language understanding (NLU) tasks.
13
+
14
+ Developed at [AiLab.lv](https://ailab.lv)
15
+
16
+ ### BibTeX entry and citation info
17
+
18
+ Please cite this paper if you use `lvbert':
19
+
20
+ ```bibtex
21
  @inproceedings{Znotins-Barzdins:2020:BalticHLT,
22
+ author = {Arturs Znotins and Guntis Barzdins},
23
+ title = {{LVBERT: Transformer-Based Model for Latvian Language Understanding}},
24
+ booktitle = {Human Language Technologies - The Baltic Perspective},
25
+ series = {Frontiers in Artificial Intelligence and Applications},
26
+ volume = {328},
27
+ publisher = {IOS Press},
28
+ year = {2020},
29
+ pages = {111-115},
30
+ doi = {10.3233/FAIA200610},
31
+ url = {http://ebooks.iospress.nl/volumearticle/55531}
32
  }
33
  ```