Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`jonfd/electra-small-nordic`](https://huggingface.co/jonfd/electra-small-nordic) as a `base_model` field, situated in the `YAML` block of your model's `README.md`.
How did we find this information? We performed a regular expression match on your `README.md` file to determine the connection.
**Why add this?** Enhancing your model's metadata in this way:
- **Boosts Discoverability** - It becomes straightforward to trace the relationships between various models on the Hugging Face Hub.
- **Highlights Impact** - It showcases the contributions and influences different models have within the community.
For a hands-on example of how such metadata can play a pivotal role in mapping model connections, take a look at [librarian-bots/base_model_explorer](https://huggingface.co/spaces/librarian-bots/base_model_explorer).
This PR comes courtesy of [Librarian Bot](https://huggingface.co/librarian-bot). If you have any feedback, queries, or need assistance, please don't hesitate to reach out to [@davanstrien](https://huggingface.co/davanstrien).
If you want to automatically add `base_model` metadata to more of your modes you can use the [Librarian Bot](https://huggingface.co/librarian-bot) [Metadata Request Service](https://huggingface.co/spaces/librarian-bots/metadata_request_service)!
@@ -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
|