update License in README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ print(f"P(CRCMSI) = {probs[1]:.3f}")
|
|
69 |
|
70 |
#### Command‑line
|
71 |
```bash
|
72 |
-
python inference.py --
|
73 |
```
|
74 |
|
75 |
|
@@ -90,4 +90,7 @@ python inference.py --svs_path ./samples/MSI_high.svs
|
|
90 |
| RCC-BAP1 | 0.7188 | 0.7690 | 0.7310 | 0.6970 | 0.7160 | 0.7337 | 0.7323 |
|
91 |
| COAD-KRAS | 0.7642 | 0.7443 | 0.6989 | 0.8153 | 0.9432 | 0.6790 | 0.8693 |
|
92 |
| COAD-TP53 | 0.8889 | 0.8160 | 0.7014 | 0.7118 | 0.7830 | 0.8785 | 0.8715 |
|
93 |
-
| <span style="color:red">**Average**</span> | 0.7817 | 0.7869 | 0.7299 | 0.7457 | <u>0.7876</u> | 0.7356 | <span style="color:red">**0.7932**</span> |
|
|
|
|
|
|
|
|
69 |
|
70 |
#### Command‑line
|
71 |
```bash
|
72 |
+
python inference.py --svs_dir ./samples
|
73 |
```
|
74 |
|
75 |
|
|
|
90 |
| RCC-BAP1 | 0.7188 | 0.7690 | 0.7310 | 0.6970 | 0.7160 | 0.7337 | 0.7323 |
|
91 |
| COAD-KRAS | 0.7642 | 0.7443 | 0.6989 | 0.8153 | 0.9432 | 0.6790 | 0.8693 |
|
92 |
| COAD-TP53 | 0.8889 | 0.8160 | 0.7014 | 0.7118 | 0.7830 | 0.8785 | 0.8715 |
|
93 |
+
| <span style="color:red">**Average**</span> | 0.7817 | 0.7869 | 0.7299 | 0.7457 | <u>0.7876</u> | 0.7356 | <span style="color:red">**0.7932**</span> |
|
94 |
+
|
95 |
+
## License
|
96 |
+
The model is licensed under [EXAONEPath AI Model License Agreement 1.0 - NC](./LICENSE)
|