Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ arxiv: 2502.07272
|
|
| 12 |
# GENERator-eukaryote-1.2b-base model
|
| 13 |
|
| 14 |
## **Important Notice**
|
| 15 |
-
If you are using
|
| 16 |
1. Padding the sequence on the left with `'A'` (**left padding**);
|
| 17 |
2. Truncating the sequence from the left (**left truncation**).
|
| 18 |
|
|
|
|
| 12 |
# GENERator-eukaryote-1.2b-base model
|
| 13 |
|
| 14 |
## **Important Notice**
|
| 15 |
+
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:
|
| 16 |
1. Padding the sequence on the left with `'A'` (**left padding**);
|
| 17 |
2. Truncating the sequence from the left (**left truncation**).
|
| 18 |
|