librarian-bot commited on
Commit
91cd89d
1 Parent(s): 46b46f7

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`facebook/m2m100_418M`](https://huggingface.co/facebook/m2m100_418M) 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 +8 -7
README.md CHANGED
@@ -1,4 +1,7 @@
1
  ---
 
 
 
2
  license: mit
3
  tags:
4
  - generated_from_trainer
@@ -6,12 +9,14 @@ datasets:
6
  - cartesinus/iva_mt_wslot
7
  metrics:
8
  - bleu
 
 
9
  model-index:
10
  - name: iva_mt_wslot-m2m100_418M-en-es
11
  results:
12
  - task:
13
- name: Sequence-to-sequence Language Modeling
14
  type: text2text-generation
 
15
  dataset:
16
  name: iva_mt_wslot
17
  type: iva_mt_wslot
@@ -19,13 +24,9 @@ model-index:
19
  split: validation
20
  args: en-es
21
  metrics:
22
- - name: Bleu
23
- type: bleu
24
  value: 69.2836
25
- language:
26
- - en
27
- - es
28
- pipeline_tag: translation
29
  ---
30
 
31
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
+ - es
5
  license: mit
6
  tags:
7
  - generated_from_trainer
 
9
  - cartesinus/iva_mt_wslot
10
  metrics:
11
  - bleu
12
+ pipeline_tag: translation
13
+ base_model: facebook/m2m100_418M
14
  model-index:
15
  - name: iva_mt_wslot-m2m100_418M-en-es
16
  results:
17
  - task:
 
18
  type: text2text-generation
19
+ name: Sequence-to-sequence Language Modeling
20
  dataset:
21
  name: iva_mt_wslot
22
  type: iva_mt_wslot
 
24
  split: validation
25
  args: en-es
26
  metrics:
27
+ - type: bleu
 
28
  value: 69.2836
29
+ name: Bleu
 
 
 
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You