Update README.md
Browse files
README.md
CHANGED
@@ -43,4 +43,11 @@ inputs = tokenizer(input_sequence, return_tensors="pt")
|
|
43 |
output = model(**inputs)
|
44 |
|
45 |
filled_protein_seq = tokenizer.decode(output.squeeze()) # contains the output protein sequence with filled mask tokens
|
46 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
output = model(**inputs)
|
44 |
|
45 |
filled_protein_seq = tokenizer.decode(output.squeeze()) # contains the output protein sequence with filled mask tokens
|
46 |
+
```
|
47 |
+
|
48 |
+
## Repository Authors
|
49 |
+
[Shrey Goel](mailto:[email protected]), Undergraduate Student at Duke University <br>
|
50 |
+
[Vishrut Thoutam](mailto:[email protected]), Student at High Technology High School
|
51 |
+
[Pranam Chatterjee](mailto:[email protected]), Assistant Professor at Duke University
|
52 |
+
|
53 |
+
Reach out to us with any questions!]
|