Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ tags:
|
|
11 |
# GENERator-eukaryote-3b-base model
|
12 |
|
13 |
## **Important Notice**
|
14 |
-
If you are using
|
15 |
1. Padding the sequence on the left with `'A'` (**left padding**);
|
16 |
2. Truncating the sequence from the left (**left truncation**).
|
17 |
|
|
|
11 |
# GENERator-eukaryote-3b-base model
|
12 |
|
13 |
## **Important Notice**
|
14 |
+
If you are using GENERator for **sequence generation**, please ensure that the length of each input sequence is a multiple of **6**. This can be achieved by either:
|
15 |
1. Padding the sequence on the left with `'A'` (**left padding**);
|
16 |
2. Truncating the sequence from the left (**left truncation**).
|
17 |
|