Librarian Bot: Add base_model information to model
Browse filesThis pull request aims to enrich the metadata of your model by adding [`facebook/mcontriever`](https://huggingface.co./facebook/mcontriever) 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!
@@ -1,30 +1,31 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- xnli
|
4 |
-
model-index:
|
5 |
-
- name: mcontriever-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:
|
27 |
-
candidate_labels:
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# mcontriever-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
|
26 |
+
model-index:
|
27 |
+
- name: mcontriever-xnli
|
28 |
+
results: []
|
29 |
---
|
30 |
|
31 |
# mcontriever-xnli
|