Update README.md
Browse files
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
|
|
|
|
|
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
|