Spaces:
Runtime error
Runtime error
Delete defaults
Browse files- defaults/APP_COLOR +0 -1
- defaults/APP_NAME +0 -1
- defaults/MODEL_NAME +0 -1
- defaults/MODEL_PARAMS +0 -8
- defaults/MONGODB_URL +0 -1
defaults/APP_COLOR
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
blue
|
|
|
|
defaults/APP_NAME
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
ChatUI
|
|
|
|
defaults/MODEL_NAME
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
OpenAssistant/falcon-7b-sft-top1-696
|
|
|
|
defaults/MODEL_PARAMS
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"temperature": 0.9,
|
3 |
-
"top_p": 0.95,
|
4 |
-
"repetition_penalty": 1.2,
|
5 |
-
"top_k": 50,
|
6 |
-
"truncate": 1000,
|
7 |
-
"max_new_tokens": 1024
|
8 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
defaults/MONGODB_URL
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
mongodb://127.0.0.1:27017
|
|
|
|