Files changed (2) hide show
  1. README.md +2 -2
  2. generation_config.json +1 -1
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  language:
3
  - en
 
 
4
  tags:
5
  - audio
6
  - automatic-speech-recognition
@@ -11,8 +13,6 @@ widget:
11
  - example_title: LibriSpeech sample 2
12
  src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
13
  pipeline_tag: automatic-speech-recognition
14
- license: mit
15
- library_name: transformers
16
  ---
17
 
18
  # Distil-Whisper: distil-medium.en
 
1
  ---
2
  language:
3
  - en
4
+ license: mit
5
+ library_name: transformers
6
  tags:
7
  - audio
8
  - automatic-speech-recognition
 
13
  - example_title: LibriSpeech sample 2
14
  src: https://cdn-media.huggingface.co/speech_samples/sample2.flac
15
  pipeline_tag: automatic-speech-recognition
 
 
16
  ---
17
 
18
  # Distil-Whisper: distil-medium.en
generation_config.json CHANGED
@@ -113,6 +113,6 @@
113
  50361
114
  ],
115
  "task": "transcribe",
116
- "transformers_version": "4.35.0.dev0",
117
  "use_scan": false
118
  }
 
113
  50361
114
  ],
115
  "task": "transcribe",
116
+ "transformers_version": "4.38.1",
117
  "use_scan": false
118
  }