librarian-bot commited on
Commit
3acc1af
1 Parent(s): dfc7975

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`intfloat/multilingual-e5-large`](https://huggingface.co/intfloat/multilingual-e5-large) 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,32 +1,33 @@
1
  ---
2
- datasets:
3
- - xnli
4
- - anli
5
- model-index:
6
- - name: multilingual-e5-large-xnli-anli
7
- results: []
8
- pipeline_tag: zero-shot-classification
9
  language:
10
  - multilingual
11
- - en
12
- - ar
13
- - bg
14
- - de
15
- - el
16
- - es
17
  - fr
18
  - hi
19
- - ru
20
- - sw
21
- - th
22
- - tr
23
- - ur
24
- - vi
25
  - zh
26
  license: mit
 
 
 
 
27
  widget:
28
- - text: "Angela Merkel ist eine Politikerin in Deutschland und Vorsitzende der CDU"
29
- candidate_labels: "politics, economy, entertainment, environment"
 
 
 
 
30
  ---
31
 
32
  # multilingual-e5-large-xnli-anli
 
1
  ---
 
 
 
 
 
 
 
2
  language:
3
  - multilingual
4
+ - en
5
+ - ar
6
+ - bg
7
+ - de
8
+ - el
9
+ - es
10
  - fr
11
  - hi
12
+ - ru
13
+ - sw
14
+ - th
15
+ - tr
16
+ - ur
17
+ - vi
18
  - zh
19
  license: mit
20
+ datasets:
21
+ - xnli
22
+ - anli
23
+ pipeline_tag: zero-shot-classification
24
  widget:
25
+ - text: Angela Merkel ist eine Politikerin in Deutschland und Vorsitzende der CDU
26
+ candidate_labels: politics, economy, entertainment, environment
27
+ base_model: intfloat/multilingual-e5-large
28
+ model-index:
29
+ - name: multilingual-e5-large-xnli-anli
30
+ results: []
31
  ---
32
 
33
  # multilingual-e5-large-xnli-anli