You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## CHANGES IN audio.whisper VERSION 0.2.2
2
+
3
+
- Add option to pass on float entropy_thold, logprob_thold, beam_size, best_of, split_on_word when doing the prediction
4
+
1
5
## CHANGES IN audio.whisper VERSION 0.2.1-1
2
6
3
7
- whisper_download_model now Deprecates downloading from https://ggml.ggerganov.com and changed the URL's to download models from huggingface (Issue #18)
Copy file name to clipboardexpand all lines: R/whisper.R
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
#' \itemize{
12
12
#' \item{n_segments: the number of audio segments}
13
13
#' \item{data: a data.frame with the transcription with columns segment, text, from and to}
14
-
#' \item{tokens: a data.frame with the transcription tokens with columns segment, token, token_prob indicating the token probability given the context}
14
+
#' \item{tokens: a data.frame with the transcription tokens with columns segment, token_id, token, token_prob indicating the token probability given the context}
15
15
#' \item{params: a list with parameters used for inference}
0 commit comments