Update README.md
Browse files
README.md
CHANGED
@@ -8,11 +8,12 @@ widget:
|
|
8 |
example_title: "Identifier Predict"
|
9 |
inference:
|
10 |
parameters:
|
11 |
-
max_new_tokens:
|
12 |
-
max_length: 4096
|
13 |
-
options:
|
14 |
truncation: true
|
15 |
skip_special_tokens: true
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# Model Card for Model ID
|
|
|
8 |
example_title: "Identifier Predict"
|
9 |
inference:
|
10 |
parameters:
|
11 |
+
max_new_tokens: 256
|
|
|
|
|
12 |
truncation: true
|
13 |
skip_special_tokens: true
|
14 |
+
input_format:
|
15 |
+
summary_prediction: "summarize: <input_text>"
|
16 |
+
identifier_prediction: "identifier_predict: <input_text>"
|
17 |
---
|
18 |
|
19 |
# Model Card for Model ID
|