librarian-bot commited on
Commit
01a5c99
1 Parent(s): 129a37f

Librarian Bot: Add base_model information to model

Browse files

This 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)!

Files changed (1) hide show
  1. README.md +6 -8
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
- Mexicansk bokser advarer Messi - 'Du skal bede til gud, om at jeg ikke
17
- finder dig'
18
  candidate_labels: sundhed, politik, sport, religion
19
  - example_title: Norwegian
20
- text: >-
21
- Regjeringen i Russland hevder Norge fører en politikk som vil føre til
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