Update README.md
Browse files
README.md
CHANGED
@@ -32,11 +32,11 @@ with torch.no_grad():
|
|
32 |
response = tokenizer.decode(output[0], skip_special_tokens=True)
|
33 |
|
34 |
|
35 |
-
## Citation [
|
36 |
-
@inproceedings{Yang2024PLLaMaAO,
|
37 |
title={PLLaMa: An Open-source Large Language Model for Plant Science},
|
38 |
author={Xianjun Yang and Junfeng Gao and Wenxin Xue and Erik Alexandersson},
|
39 |
year={2024},
|
40 |
url={https://api.semanticscholar.org/CorpusID:266741610}
|
41 |
-
}
|
|
|
42 |
|
|
|
32 |
response = tokenizer.decode(output[0], skip_special_tokens=True)
|
33 |
|
34 |
|
35 |
+
## Citation [@inproceedings{Yang2024PLLaMaAO,
|
|
|
36 |
title={PLLaMa: An Open-source Large Language Model for Plant Science},
|
37 |
author={Xianjun Yang and Junfeng Gao and Wenxin Xue and Erik Alexandersson},
|
38 |
year={2024},
|
39 |
url={https://api.semanticscholar.org/CorpusID:266741610}
|
40 |
+
}]
|
41 |
+
|
42 |
|