qilowoq commited on
Commit
eb1f8c8
1 Parent(s): fef55a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -43,3 +43,14 @@ Sentence embeddings can be produced as follows:
43
  ```python
44
  seq_embs = model_output.last_hidden_state[:, 0, :]
45
  ```
 
 
 
 
 
 
 
 
 
 
 
 
43
  ```python
44
  seq_embs = model_output.last_hidden_state[:, 0, :]
45
  ```
46
+
47
+ ### Citation
48
+ ```
49
+ @article{Olsen2022,
50
+ title={AbLang: An antibody language model for completing antibody sequences},
51
+ author={Tobias H. Olsen, Iain H. Moal and Charlotte M. Deane},
52
+ journal={bioRxiv},
53
+ doi={https://doi.org/10.1101/2022.01.20.477061},
54
+ year={2022}
55
+ }
56
+ ```