librarian-bot commited on
Commit
9d69fec
1 Parent(s): 8ddc39b

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 +21 -20
README.md CHANGED
@@ -1,31 +1,32 @@
1
  ---
2
- datasets:
3
- - xnli
4
- model-index:
5
- - name: multilingual-e5-large-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
  - hi
18
- - ru
19
- - sw
20
- - th
21
- - tr
22
- - ur
23
- - vi
24
  - zh
25
  license: mit
 
 
 
26
  widget:
27
- - text: "Angela Merkel ist eine Politikerin in Deutschland und Vorsitzende der CDU"
28
- candidate_labels: "politics, economy, entertainment, environment"
 
 
 
 
29
  ---
30
 
31
  # multilingual-e5-large-xnli
 
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
+ pipeline_tag: zero-shot-classification
23
  widget:
24
+ - text: Angela Merkel ist eine Politikerin in Deutschland und Vorsitzende der CDU
25
+ candidate_labels: politics, economy, entertainment, environment
26
+ base_model: intfloat/multilingual-e5-large
27
+ model-index:
28
+ - name: multilingual-e5-large-xnli
29
+ results: []
30
  ---
31
 
32
  # multilingual-e5-large-xnli