Set `max_length` in the inference widget config
Browse files
README.md
CHANGED
@@ -10,6 +10,10 @@ widget:
|
|
10 |
- text: "Lecture 1: The Ising Model\n\n"
|
11 |
- text: "[START_I_SMILES]"
|
12 |
- text: "[START_AMINO]GHMQSITAGQKVISKHKNGRFYQCEVVRLTTETFYEVNFDDGSFSDNLYPEDIVSQDCLQFGPPAEGEVVQVRWTDGQVYGAKFVASHPIQMYQVEFEDGSQLVVKRDDVYTLDEELP[END_AMINO] ## Keywords"
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
# GALACTICA 6.7B (standard)
|
|
|
10 |
- text: "Lecture 1: The Ising Model\n\n"
|
11 |
- text: "[START_I_SMILES]"
|
12 |
- text: "[START_AMINO]GHMQSITAGQKVISKHKNGRFYQCEVVRLTTETFYEVNFDDGSFSDNLYPEDIVSQDCLQFGPPAEGEVVQVRWTDGQVYGAKFVASHPIQMYQVEFEDGSQLVVKRDDVYTLDEELP[END_AMINO] ## Keywords"
|
13 |
+
|
14 |
+
inference:
|
15 |
+
parameters:
|
16 |
+
max_length: 60
|
17 |
---
|
18 |
|
19 |
# GALACTICA 6.7B (standard)
|