You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
549 B
32 lines
549 B
2 years ago
|
- name: list1
|
||
|
parameters:
|
||
|
model: testmodel
|
||
2 years ago
|
top_p: 80
|
||
|
top_k: 0.9
|
||
|
temperature: 0.1
|
||
|
context_size: 10
|
||
2 years ago
|
stopwords:
|
||
|
- "HUMAN:"
|
||
|
- "### Response:"
|
||
|
roles:
|
||
|
user: "HUMAN:"
|
||
|
system: "GPT:"
|
||
|
template:
|
||
|
completion: completion
|
||
|
chat: ggml-gpt4all-j
|
||
|
- name: list2
|
||
|
parameters:
|
||
2 years ago
|
top_p: 80
|
||
|
top_k: 0.9
|
||
|
temperature: 0.1
|
||
2 years ago
|
model: testmodel
|
||
2 years ago
|
context_size: 10
|
||
2 years ago
|
stopwords:
|
||
|
- "HUMAN:"
|
||
|
- "### Response:"
|
||
|
roles:
|
||
|
user: "HUMAN:"
|
||
|
system: "GPT:"
|
||
|
template:
|
||
|
completion: completion
|
||
|
chat: ggml-gpt4all-j
|