Commit
•
85f803f
1
Parent(s):
129a37f
Librarian Bot: Add base_model information to model (#2)
Browse files- Librarian Bot: Add base_model information to model (01a5c99cf18552c2279d2b88a229d3ab027cf05e)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
---
|
2 |
-
pipeline_tag: zero-shot-classification
|
3 |
language:
|
4 |
- da
|
5 |
- 'no'
|
@@ -10,17 +9,15 @@ datasets:
|
|
10 |
- strombergnlp/danfever
|
11 |
- KBLab/overlim
|
12 |
- MoritzLaurer/multilingual-NLI-26lang-2mil7
|
|
|
13 |
widget:
|
14 |
- example_title: Danish
|
15 |
-
text:
|
16 |
-
|
17 |
-
finder dig'
|
18 |
candidate_labels: sundhed, politik, sport, religion
|
19 |
- example_title: Norwegian
|
20 |
-
text:
|
21 |
-
|
22 |
-
opptrapping i Arktis og «den endelige ødeleggelsen av russisk-norske
|
23 |
-
relasjoner».
|
24 |
candidate_labels: helse, politikk, sport, religion
|
25 |
- example_title: Swedish
|
26 |
text: Så luras kroppens immunförsvar att bota cancer
|
@@ -28,6 +25,7 @@ widget:
|
|
28 |
inference:
|
29 |
parameters:
|
30 |
hypothesis_template: Dette eksempel handler om {}
|
|
|
31 |
---
|
32 |
|
33 |
# ScandiNLI - Natural Language Inference model for Scandinavian Languages
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- da
|
4 |
- 'no'
|
|
|
9 |
- strombergnlp/danfever
|
10 |
- KBLab/overlim
|
11 |
- MoritzLaurer/multilingual-NLI-26lang-2mil7
|
12 |
+
pipeline_tag: zero-shot-classification
|
13 |
widget:
|
14 |
- example_title: Danish
|
15 |
+
text: Mexicansk bokser advarer Messi - 'Du skal bede til gud, om at jeg ikke finder
|
16 |
+
dig'
|
|
|
17 |
candidate_labels: sundhed, politik, sport, religion
|
18 |
- example_title: Norwegian
|
19 |
+
text: Regjeringen i Russland hevder Norge fører en politikk som vil føre til opptrapping
|
20 |
+
i Arktis og «den endelige ødeleggelsen av russisk-norske relasjoner».
|
|
|
|
|
21 |
candidate_labels: helse, politikk, sport, religion
|
22 |
- example_title: Swedish
|
23 |
text: Så luras kroppens immunförsvar att bota cancer
|
|
|
25 |
inference:
|
26 |
parameters:
|
27 |
hypothesis_template: Dette eksempel handler om {}
|
28 |
+
base_model: jonfd/electra-small-nordic
|
29 |
---
|
30 |
|
31 |
# ScandiNLI - Natural Language Inference model for Scandinavian Languages
|