GenerTeam commited on
Commit
574c7a8
·
verified ·
1 Parent(s): d80aeda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ tags:
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
 
 
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