forked from go-skynet/model-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgpt4all-j-groovy.yaml
36 lines (34 loc) · 1 KB
/
gpt4all-j-groovy.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-groovy"
description: |
GPT-J 6B finetuned by Nomic AI on the latest GPT4All dataset. Licensed for commercial use. Fast responses.
license: "Apache 2.0"
urls:
- https://gpt4all.io
config_file: |
backend: gpt4all-j
parameters:
model: ggml-gpt4all-j-v1.3-groovy.bin
top_k: 80
temperature: 0.2
top_p: 0.7
context_size: 1024
template:
completion: "gpt4all-completion"
chat: gpt4all-chat
files:
- filename: "ggml-gpt4all-j-v1.3-groovy.bin"
sha256: "3b2fd7cca97284467de0be8f638925f40cbff4c70a2e10ba1094f83bfa24d86b"
uri: "https://gpt4all.io/models/ggml-gpt4all-j-v1.3-groovy.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: