generated from DuckyMomo20012/nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocal-ai-config.yaml
57 lines (51 loc) · 1.66 KB
/
local-ai-config.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
- url: github:go-skynet/model-gallery/base.yaml
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
context_size: 1024
parameters:
model: ggml-gpt4all-j-v1.3-groovy.bin
top_k: 80
temperature: 0.2
top_p: 0.7
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:
- url: github:go-skynet/model-gallery/base.yaml
name: 'whisper-base'
license: 'MIT'
urls:
- https://github.com/ggerganov/whisper.cpp
- https://huggingface.co/ggerganov/whisper.cpp
description: |
Port of OpenAI's Whisper model in C/C++
config_file:
backend: whisper
parameters:
model: ggml-whisper-base.bin
files:
- filename: 'ggml-whisper-base.bin'
sha256: '60ed5bc3dd14eea856493d334349b405782ddcaf0028d4b5df4088345fba2efe'
uri: 'https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-base.bin'