ClinicalMetaScience
commited on
Commit
•
71e1ac1
1
Parent(s):
0f1f4df
Update README.md
Browse files
README.md
CHANGED
@@ -111,7 +111,7 @@ Further information on documentation, code and data for the preprint "Classifyin
|
|
111 |
|
112 |
**Figure 1** <br>
|
113 |
*Comparing model performances across in-domain and out-of-domain data; Colored bars represent different model types; Samples: `MAIN` test: n = 198 abstracts; `VAL1`: n = 150 abstracts; `VAL2`: n = 150 abstracts.*
|
114 |
-
![alt text](https://github.com/
|
115 |
|
116 |
<br>
|
117 |
|
@@ -151,8 +151,8 @@ predict_test=trainer.predict(tokenized_data["inference"])
|
|
151 |
|
152 |
```
|
153 |
|
154 |
-
Further information on analyzing your own or our example data can be found in this [script](https://github.com/
|
155 |
-
from our [GitHub repository](https://github.com/
|
156 |
|
157 |
|
158 |
## Disclaimer
|
|
|
111 |
|
112 |
**Figure 1** <br>
|
113 |
*Comparing model performances across in-domain and out-of-domain data; Colored bars represent different model types; Samples: `MAIN` test: n = 198 abstracts; `VAL1`: n = 150 abstracts; `VAL2`: n = 150 abstracts.*
|
114 |
+
![alt text](https://github.com/schiekiera/NegativeResultDetector/blob/main/img/barplot_results_models.jpg?raw=true)
|
115 |
|
116 |
<br>
|
117 |
|
|
|
151 |
|
152 |
```
|
153 |
|
154 |
+
Further information on analyzing your own or our example data can be found in this [script](https://github.com/schiekiera/NegativeResultDetector/blob/main/Scripts/example_folder/Predict_Example_Abstracts_using_NegativeResultDetector.ipynb)
|
155 |
+
from our [GitHub repository](https://github.com/schiekiera/NegativeResultDetector).
|
156 |
|
157 |
|
158 |
## Disclaimer
|