Commit
·
f8bae5e
1
Parent(s):
e4c76ef
Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ metrics:
|
|
7 |
|
8 |
---
|
9 |
|
10 |
-
To use our fine-tuned BioBERT model to predict whether a sentence from radiology reports makes reference to priors, run the following:
|
11 |
|
12 |
```python
|
13 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
|
|
7 |
|
8 |
---
|
9 |
|
10 |
+
To use our fine-tuned BioBERT model to predict whether a sentence from a radiology reports makes reference to priors, run the following:
|
11 |
|
12 |
```python
|
13 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|