Update README.md
Browse files
README.md
CHANGED
@@ -34,7 +34,7 @@ A small snippet of code is given here in order to **generate ChatNT answers from
|
|
34 |
```
|
35 |
# Load pipeline
|
36 |
from transformers import pipeline
|
37 |
-
pipe = pipeline(model="InstaDeepAI/ChatNT
|
38 |
|
39 |
# Define custom inputs (note that the number of <DNA> token in the english sequence must be equal to len(dna_sequences))
|
40 |
english_sequence = "Is there any evidence of an acceptor splice site in this sequence <DNA> ?"
|
|
|
34 |
```
|
35 |
# Load pipeline
|
36 |
from transformers import pipeline
|
37 |
+
pipe = pipeline(model="InstaDeepAI/ChatNT", trust_remote_code=True)
|
38 |
|
39 |
# Define custom inputs (note that the number of <DNA> token in the english sequence must be equal to len(dna_sequences))
|
40 |
english_sequence = "Is there any evidence of an acceptor splice site in this sequence <DNA> ?"
|