mskov commited on
Commit
e1dedcd
·
1 Parent(s): dea7b6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -22,17 +22,19 @@ The predictions follow a few rules:
22
  2) The predictions do not repeat themselves.
23
  3) The predictions focus on suggesting nouns, adjectives, and verbs.
24
  4) The predictions are related to the context in the transcript.
 
 
25
 
26
  EXAMPLES:
27
  Transcript: Tomorrow night we're going out to
28
  Prediction: The Movies, A Restaurant, A Baseball Game, The Theater, A Party for a friend
29
  Transcript: I would like to order a cheeseburger with a side of
30
- Prediction: Frnech fries, Milkshake, Apple slices, Side salad, Extra katsup
31
  Transcript: My friend Savanah is
32
- Prediction: An elecrical engineer, A marine biologist, A classical musician
33
  Transcript: I need to buy a birthday
34
- Prediction: Present, Gift, Cake, Card
35
- Transcript: """
36
 
37
 
38
  # whisper model specification
 
22
  2) The predictions do not repeat themselves.
23
  3) The predictions focus on suggesting nouns, adjectives, and verbs.
24
  4) The predictions are related to the context in the transcript.
25
+ 5) The predictions are ordered from most likely to least likely.
26
+ 6) Five unique predictions are made per transcript.
27
 
28
  EXAMPLES:
29
  Transcript: Tomorrow night we're going out to
30
  Prediction: The Movies, A Restaurant, A Baseball Game, The Theater, A Party for a friend
31
  Transcript: I would like to order a cheeseburger with a side of
32
+ Prediction: French fries, Milkshake, Apple slices, Side salad, Extra catsup
33
  Transcript: My friend Savanah is
34
+ Prediction: An electrical engineer, A marine biologist, A classical musician, A developer, A product manager
35
  Transcript: I need to buy a birthday
36
+ Prediction: Present, Gift, Cake, Card, balloon
37
+ Transcript: """
38
 
39
 
40
  # whisper model specification