librarian-bot commited on
Commit
24d1335
1 Parent(s): d5da251

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`facebook/mcontriever-msmarco`](https://huggingface.co/facebook/mcontriever-msmarco) 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). Your input is invaluable to us!

Files changed (1) hide show
  1. README.md +22 -21
README.md CHANGED
@@ -1,30 +1,31 @@
1
  ---
2
- datasets:
3
- - xnli
4
- model-index:
5
- - name: mcontriever-msmarco-xnli
6
- results: []
7
- pipeline_tag: zero-shot-classification
8
  language:
9
  - multilingual
10
- - en
11
- - ar
12
- - bg
13
- - de
14
- - el
15
- - es
16
- - fr
17
- - ru
18
- - sw
19
- - th
20
- - tr
21
- - ur
22
- - vi
23
  - zh
24
  license: mit
 
 
 
25
  widget:
26
- - text: "Angela Merkel ist eine Politikerin in Deutschland und Vorsitzende der CDU"
27
- candidate_labels: "politics, economy, entertainment, environment"
 
 
 
 
28
  ---
29
 
30
  # mcontriever-msmarco-xnli
 
1
  ---
 
 
 
 
 
 
2
  language:
3
  - multilingual
4
+ - en
5
+ - ar
6
+ - bg
7
+ - de
8
+ - el
9
+ - es
10
+ - fr
11
+ - ru
12
+ - sw
13
+ - th
14
+ - tr
15
+ - ur
16
+ - vi
17
  - zh
18
  license: mit
19
+ datasets:
20
+ - xnli
21
+ pipeline_tag: zero-shot-classification
22
  widget:
23
+ - text: Angela Merkel ist eine Politikerin in Deutschland und Vorsitzende der CDU
24
+ candidate_labels: politics, economy, entertainment, environment
25
+ base_model: facebook/mcontriever-msmarco
26
+ model-index:
27
+ - name: mcontriever-msmarco-xnli
28
+ results: []
29
  ---
30
 
31
  # mcontriever-msmarco-xnli