GenerTeam commited on
Commit
02cfae3
·
verified ·
1 Parent(s): 3be4abf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 **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
 
 
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