UMCU commited on
Commit
c349ccc
·
verified ·
1 Parent(s): 89ef576

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/Echocardiogram_Multimodel_bespoke")
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
  ```