librarian-bot commited on
Commit
09b6557
1 Parent(s): eb55f23

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 +4 -3
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
- license: mit
3
  language:
4
  - ru
5
  - kbd
 
 
 
6
  datasets:
7
  - anzorq/kbd-ru
8
  widget:
@@ -14,8 +16,7 @@ widget:
14
  example_title: Сколько тебе лет?
15
  - text: На следующий день мы отправились в путь.
16
  example_title: На следующий день мы отправились в путь.
17
- tags:
18
- - translation
19
  ---
20
 
21
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
 
2
  language:
3
  - ru
4
  - kbd
5
+ license: mit
6
+ tags:
7
+ - translation
8
  datasets:
9
  - anzorq/kbd-ru
10
  widget:
 
16
  example_title: Сколько тебе лет?
17
  - text: На следующий день мы отправились в путь.
18
  example_title: На следующий день мы отправились в путь.
19
+ base_model: facebook/m2m100_418M
 
20
  ---
21
 
22
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You