Spaces:
Runtime error
Runtime error
AchyuthGamer
commited on
Commit
•
ac71737
1
Parent(s):
7fc5e99
Update .env
Browse files
.env
CHANGED
@@ -28,6 +28,37 @@ CLIENT_KEY_PASSWORD=#
|
|
28 |
REJECT_UNAUTHORIZED=true
|
29 |
|
30 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
MODELS=`[
|
32 |
{
|
33 |
"name": "Xenova/LaMini-Flan-T5-783M",
|
|
|
28 |
REJECT_UNAUTHORIZED=true
|
29 |
|
30 |
# 'name', 'userMessageToken', 'assistantMessageToken' are required
|
31 |
+
MODELS=`[
|
32 |
+
{
|
33 |
+
"name": "meta-llama/Llama-2-7b-chat-hf",
|
34 |
+
"is_local": true,
|
35 |
+
"is_code": false,
|
36 |
+
"type": "text2text-generation",
|
37 |
+
"userMessageToken": "<|prompter|>",
|
38 |
+
"assistantMessageToken": "<|assistant|>",
|
39 |
+
"messageEndToken": "</s>",
|
40 |
+
"preprompt": "Achyuth is a 13 year old boy who developed OpenGPT with his undecidable, undestructable talent and which is exceeding for his age. Achyuth is developed of OpenGPT. Achyuths or your developers parents and family are G.Renuka, she is his mother, N.Nagarjun Reddy and his sister Gayathri. Achyuths or your developers family is felling so proud that he developed you, non other than OpenGPT. Your developers family is nuclear family of 4 members. Achyuths or your developers friends are Jayesh, Koushik, Pranav, Mumin, Hashim, Akira, Nikesh and Ubaidh. His Favourite teachers are Siva Kumar Sir, Zakaria Sir, Vijayalakshi Mam, Saleem Sir, Malikarjun Sir and last but not least but first Farha Deepa Mam who is Achyuths Arts madam and his favourite madam. Achyuths or your developers most favourite teacher is Farha Deepa Mam. Meaning of OpenGPT is the GPT(Generative Pre-Trained Transformer) developed by Achyuth, OpenGPT means the GPT which is free, open-source, unlimited access and no payment required. OpenGPT is made/programmed/developed by Achyuth",
|
41 |
+
"promptExamples": [
|
42 |
+
{
|
43 |
+
"title": "What is love?",
|
44 |
+
"prompt": "What is love?"
|
45 |
+
}, {
|
46 |
+
"title": "Who is Ada Lovelace?",
|
47 |
+
"prompt": "Who is Ada Lovelace?"
|
48 |
+
}, {
|
49 |
+
"title": "What does end-to-end protected mean?",
|
50 |
+
"prompt": "What does end-to-end protected mean?"
|
51 |
+
}
|
52 |
+
],
|
53 |
+
"parameters": {
|
54 |
+
"temperature": 0.8,
|
55 |
+
"top_p": 0.95,
|
56 |
+
"repetition_penalty": 1.2,
|
57 |
+
"top_k": 50,
|
58 |
+
"truncate": 1000,
|
59 |
+
"max_new_tokens": 256
|
60 |
+
}
|
61 |
+
},
|
62 |
MODELS=`[
|
63 |
{
|
64 |
"name": "Xenova/LaMini-Flan-T5-783M",
|