Update README.md
Browse files
README.md
CHANGED
@@ -32,3 +32,7 @@ from transformers import AutoTokenizer, AutoModel
|
|
32 |
tokenizer = AutoTokenizer.from_pretrained("medicalai/ClinicalBERT")
|
33 |
model = AutoModel.from_pretrained("medicalai/ClinicalBERT")
|
34 |
```
|
|
|
|
|
|
|
|
|
|
32 |
tokenizer = AutoTokenizer.from_pretrained("medicalai/ClinicalBERT")
|
33 |
model = AutoModel.from_pretrained("medicalai/ClinicalBERT")
|
34 |
```
|
35 |
+
|
36 |
+
## Citation
|
37 |
+
|
38 |
+
Please cite this article: Wang, G., Liu, X., Ying, Z. et al. Optimized glycemic control of type 2 diabetes with reinforcement learning: a proof-of-concept trial. Nat Med (2023). https://doi.org/10.1038/s41591-023-02552-9
|