adminbr commited on
Commit
a4000d1
·
verified ·
1 Parent(s): c9a1e45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -4,8 +4,11 @@ language:
4
  - pt
5
  base_model:
6
  - jlondonobo/whisper-small-pt
 
 
 
7
  ---
8
  ## About
9
- This is a `ct2`-converted version of the [Whisper model](https://huggingface.co/jlondonobo/whisper-small-pt) created by [Original Creator](https://huggingface.co/jlondonobo).
10
 
11
  All credits for the model architecture and original weights go to the original creator. This conversion was done for optimized inference using [CT2](https://opennmt.net/CTranslate2/).
 
4
  - pt
5
  base_model:
6
  - jlondonobo/whisper-small-pt
7
+ pipeline_tag: automatic-speech-recognition
8
+ tags:
9
+ - ctranslate2
10
  ---
11
  ## About
12
+ This is a `ct2`-converted version of the [whisper-small-pt](https://huggingface.co/jlondonobo/whisper-small-pt) created by [jlondonobo](https://huggingface.co/jlondonobo).
13
 
14
  All credits for the model architecture and original weights go to the original creator. This conversion was done for optimized inference using [CT2](https://opennmt.net/CTranslate2/).