Adding sentence-similarity widget
Browse files
README.md
CHANGED
@@ -2,14 +2,7 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- lv
|
5 |
-
|
6 |
-
- feature-extraction
|
7 |
-
- fill-mask
|
8 |
-
widgets:
|
9 |
-
- task: feature-extraction
|
10 |
-
text: "Latvijā ir 10 valstspilsētas."
|
11 |
-
- task: fill-mask
|
12 |
-
text: "Rīga ir Latvijas [MASK]."
|
13 |
---
|
14 |
|
15 |
# Latvian BERT base model (cased)
|
@@ -51,4 +44,4 @@ Please cite this paper if you use LVBERT:
|
|
51 |
doi = {10.3233/FAIA200610},
|
52 |
url = {http://ebooks.iospress.nl/volumearticle/55531}
|
53 |
}
|
54 |
-
```
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- lv
|
5 |
+
pipeline_tag: sentence-similarity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Latvian BERT base model (cased)
|
|
|
44 |
doi = {10.3233/FAIA200610},
|
45 |
url = {http://ebooks.iospress.nl/volumearticle/55531}
|
46 |
}
|
47 |
+
```
|