Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ model = transformers.AutoModel.from_pretrained('aehrc/cxrmate-ed', trust_remote_
|
|
43 |
model.prepare_data(physionet_dir=physionet_dir, database_dir=database_dir)
|
44 |
```
|
45 |
|
46 |
-
## Generate a report
|
47 |
|
48 |
```python
|
49 |
import torch
|
@@ -123,6 +123,6 @@ Note that you must be a credentialised user to access this dataset.
|
|
123 |
Environment requirements can be found here: https://github.com/aehrc/cxrmate-ed/blob/main/requirements.txt.
|
124 |
|
125 |
|
126 |
-
# Training
|
127 |
|
128 |
-
The
|
|
|
43 |
model.prepare_data(physionet_dir=physionet_dir, database_dir=database_dir)
|
44 |
```
|
45 |
|
46 |
+
## Generate a report:
|
47 |
|
48 |
```python
|
49 |
import torch
|
|
|
123 |
Environment requirements can be found here: https://github.com/aehrc/cxrmate-ed/blob/main/requirements.txt.
|
124 |
|
125 |
|
126 |
+
# Training:
|
127 |
|
128 |
+
The training pipeline for CXRMate-ED, is available at: https://github.com/aehrc/cxrmate-ed.
|