davanstrien HF staff commited on
Commit
cb6b0fa
1 Parent(s): ae46427

Expose metadata link to next version of the model

Browse files

This PR adds a metadata field to link this model to a newer version of the same model family: mistralai/Mistral-7B-Instruct-v0.3. This metadata field helps ensure people are using the latest version of your model.

Example of what this looks like:

![Screenshot 2024-09-27 at 10.29.23.png](https://cdn-uploads.huggingface.co/production/uploads/60107b385ac3e86b3ea4fc34/RlYrO5w86Tnxr0pxSlfDx.png)

Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- language:
3
  - en
4
  - zh
5
  - de
@@ -29,7 +29,7 @@ language:
29
  - da
30
  - hu
31
  - ta
32
- - no
33
  - th
34
  - ur
35
  - hr
@@ -110,6 +110,7 @@ widget:
110
  src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
111
  pipeline_tag: automatic-speech-recognition
112
  license: apache-2.0
 
113
  ---
114
 
115
  # Whisper
@@ -392,4 +393,4 @@ There are also potential dual use concerns that come with releasing Whisper. Whi
392
  year = {2022},
393
  copyright = {arXiv.org perpetual, non-exclusive license}
394
  }
395
- ```
 
1
  ---
2
+ language:
3
  - en
4
  - zh
5
  - de
 
29
  - da
30
  - hu
31
  - ta
32
+ - 'no'
33
  - th
34
  - ur
35
  - hr
 
110
  src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
111
  pipeline_tag: automatic-speech-recognition
112
  license: apache-2.0
113
+ new_version: openai/whisper-large-v3
114
  ---
115
 
116
  # Whisper
 
393
  year = {2022},
394
  copyright = {arXiv.org perpetual, non-exclusive license}
395
  }
396
+ ```