aiola commited on
Commit
96319b7
·
verified ·
1 Parent(s): 0207eb2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -30,9 +30,10 @@ The model was trained and evaluated only on English data. Check out the [paper](
30
  ---------
31
 
32
  ## Usage
33
- To use `whisper-ner-v1` install [`whisper-ner`](https://github.com/aiola-lab/whisper-ner) repo following the README instructions.
 
 
34
 
35
- Inference can be done using the following code:
36
  ```python
37
  import torch
38
  from transformers import WhisperProcessor, WhisperForConditionalGeneration
 
30
  ---------
31
 
32
  ## Usage
33
+ To use `whisper-ner-v1` install following the README instructions.
34
+
35
+ Inference can be done using the following code (for inference code and more details check out the [whisper-ner repo](https://github.com/aiola-lab/whisper-ner)).:
36
 
 
37
  ```python
38
  import torch
39
  from transformers import WhisperProcessor, WhisperForConditionalGeneration