Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ The config file for training the model can be found at https://github.com/umcu/e
|
|
44 |
from transformer import pipeline
|
45 |
```
|
46 |
```python
|
47 |
-
le_pipe = pipeline(model="UMCU/
|
48 |
document = "Lorem ipsum"
|
49 |
results = le_pipe(document)
|
50 |
```
|
|
|
44 |
from transformer import pipeline
|
45 |
```
|
46 |
```python
|
47 |
+
le_pipe = pipeline(model="UMCU/Echocardiogram_Multimodel_reduced")
|
48 |
document = "Lorem ipsum"
|
49 |
results = le_pipe(document)
|
50 |
```
|