Laurin-myreha commited on
Commit
7aefea4
·
verified ·
1 Parent(s): dc94e38

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -97,6 +97,11 @@ The following table uses the metrics as defined in the paper. For this table we
97
 
98
  Here's how to use CrisperWhisper in your Python scripts:
99
 
 
 
 
 
 
100
  ### 2.1 Usage with 🤗 transformers
101
 
102
 
 
97
 
98
  Here's how to use CrisperWhisper in your Python scripts:
99
 
100
+ First install our custom transformers fork for the most accurate timestamps:
101
+ ```
102
+ pip install git+https://github.com/nyrahealth/transformers.git@crisper_whisper
103
+ ```
104
+
105
  ### 2.1 Usage with 🤗 transformers
106
 
107