forked from go-skynet/model-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gpt4all-j.yaml
36 lines (34 loc) · 977 Bytes
/
gpt4all-j.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: "gpt4all-j"
description: |
A commercially licensable model based on GPT-J and trained by Nomic AI on the v0 GPT4All dataset.
license: "Apache 2.0"
urls:
- https://gpt4all.io
config_file: |
backend: gpt4all-j
context_size: 1024
parameters:
model: ggml-gpt4all-j.bin
top_k: 80
temperature: 0.2
top_p: 0.7
template:
completion: "gpt4all-completion"
chat: gpt4all-chat
files:
- filename: "ggml-gpt4all-j.bin"
sha256: "acd54f6da1cad7c04c48b785178d686c720dcbe549903032a0945f97b1a43d20"
uri: "https://gpt4all.io/models/ggml-gpt4all-j.bin"
prompt_templates:
- name: "gpt4all-completion"
content: |
Complete the prompt
### Prompt:
{{.Input}}
### Response:
- name: "gpt4all-chat"
content: |
The prompt below is a question to answer, a task to complete, or a conversation to respond to; decide which and write an appropriate response.
### Prompt:
{{.Input}}
### Response: