Update README.md
Browse files
README.md
CHANGED
@@ -90,4 +90,16 @@ def generate(
|
|
90 |
s = generation_output.sequences[0]
|
91 |
output = tokenizer.decode(s, skip_special_tokens=True)
|
92 |
return output.split(" Response:")[1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
93 |
```
|
|
|
90 |
s = generation_output.sequences[0]
|
91 |
output = tokenizer.decode(s, skip_special_tokens=True)
|
92 |
return output.split(" Response:")[1]
|
93 |
+
```
|
94 |
+
|
95 |
+
## Citation
|
96 |
+
```
|
97 |
+
@misc {narrativa_2023,
|
98 |
+
author = { {Narrativa} },
|
99 |
+
title = { BioGPT-Large-finetuned-chatdoctor (Revision 13764c0) },
|
100 |
+
year = 2023,
|
101 |
+
url = { https://huggingface.co/Narrativaai/BioGPT-Large-finetuned-chatdoctor },
|
102 |
+
doi = { 10.57967/hf/0601 },
|
103 |
+
publisher = { Hugging Face }
|
104 |
+
}
|
105 |
```
|