Update README.md
Browse files
README.md
CHANGED
|
@@ -54,7 +54,7 @@ output = predict_dna_sequence(
|
|
| 54 |
protein=protein,
|
| 55 |
organism=organism,
|
| 56 |
device=DEVICE,
|
| 57 |
-
|
| 58 |
model=model,
|
| 59 |
attention_type="original_full",
|
| 60 |
)
|
|
|
|
| 54 |
protein=protein,
|
| 55 |
organism=organism,
|
| 56 |
device=DEVICE,
|
| 57 |
+
tokenizer=tokenizer,
|
| 58 |
model=model,
|
| 59 |
attention_type="original_full",
|
| 60 |
)
|