librarian-bot commited on
Commit
f731a18
1 Parent(s): e5a06fe

Librarian Bot: Add base_model information to model

Browse files

This pull request aims to enrich the metadata of your model by adding [`facebook/wav2vec2-xls-r-300m`](https://huggingface.co/facebook/wav2vec2-xls-r-300m) 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 was requested via the [Librarian Bot](https://huggingface.co/librarian-bot) [metadata request service](https://huggingface.co/spaces/librarian-bots/metadata_request_service) by request of [davanstrien](https://huggingface.co/davanstrien)

Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,19 +1,20 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  - he
6
  - robust-speech-event
7
- model-index:
8
- - name: wav2vec2-xls-r-300m-lm-hebrew
9
- results: []
10
  datasets:
11
  - imvladikon/hebrew_speech_kan
12
  - imvladikon/hebrew_speech_coursera
13
- language:
14
- - he
15
  metrics:
16
  - wer
 
 
 
 
17
  ---
18
 
19
  # wav2vec2-xls-r-300m-lm-hebrew
 
1
  ---
2
+ language:
3
+ - he
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  - he
8
  - robust-speech-event
 
 
 
9
  datasets:
10
  - imvladikon/hebrew_speech_kan
11
  - imvladikon/hebrew_speech_coursera
 
 
12
  metrics:
13
  - wer
14
+ base_model: facebook/wav2vec2-xls-r-300m
15
+ model-index:
16
+ - name: wav2vec2-xls-r-300m-lm-hebrew
17
+ results: []
18
  ---
19
 
20
  # wav2vec2-xls-r-300m-lm-hebrew