diff --git a/gpt4all-chat/main.qml b/gpt4all-chat/main.qml
index 4549ca17..fd343a83 100644
--- a/gpt4all-chat/main.qml
+++ b/gpt4all-chat/main.qml
@@ -206,12 +206,6 @@ Window {
valueRole: "filename"
textRole: "name"
property string currentModelName: ""
- Timer {
- id: startupTimer
- interval: 3000 // 3 seconds
- running: true
- repeat: false
- }
function updateCurrentModelName() {
// During application startup the model names might not be processed yet, so don't
// set the combobox text until this is done OR the timer has timed out
@@ -220,6 +214,15 @@ Window {
var info = ModelList.modelInfo(currentChat.modelInfo.filename);
comboBox.currentModelName = info.name !== "" ? info.name : info.filename;
}
+ Timer {
+ id: startupTimer
+ interval: 3000 // 3 seconds
+ running: true
+ repeat: false
+ onTriggered: {
+ comboBox.updateCurrentModelName();
+ }
+ }
Connections {
target: ModelList
function onModelHasNamesChanged() {
diff --git a/gpt4all-chat/metadata/models.json b/gpt4all-chat/metadata/models.json
index 537bcc8b..3fe931fe 100644
--- a/gpt4all-chat/metadata/models.json
+++ b/gpt4all-chat/metadata/models.json
@@ -10,16 +10,7 @@
"parameters": "13 billion",
"quant": "q4_0",
"type": "LLaMA",
- "description": "
- Best overall model
-
-
- - Instruction based
-
- Gives long responses
-
- Curated with 300,000 uncensored instructions
-
- Trained by Nous Research
-
- Cannot be used commercially
-
",
+ "description": "Best overall model
- Instruction based
- Gives long responses
- Curated with 300,000 uncensored instructions
- Trained by Nous Research
- Cannot be used commercially
",
"url": "https://huggingface.co/TheBloke/Nous-Hermes-13B-GGML/resolve/main/nous-hermes-13b.ggmlv3.q4_0.bin"
},
{
@@ -33,15 +24,7 @@
"parameters": "7 billion",
"quant": "q4_0",
"type": "MPT",
- "description": "
- Best overall smaller model
-
-
- - Fast responses
-
- Chat based
-
- Trained by Mosaic ML
-
- Cannot be used commercially
-
"
+ "description": "Best overall smaller model
- Fast responses
- Chat based
- Trained by Mosaic ML
- Cannot be used commercially
"
},
{
"order": "c",
@@ -53,16 +36,7 @@
"parameters": "7 billion",
"quant": "q4_0",
"type": "GPT-J",
- "description": "
- Best overall for commercial usage
-
-
- - Fast responses
-
- Creative responses
- - Instruction based
- - Trained by Nomic ML
-
- Licensed for commercial use
-
"
+ "description": "Best overall for commercial usage
- Fast responses
- Creative responses
- Instruction based
- Trained by Nomic ML
- Licensed for commercial use
"
},
{
"order": "d",
@@ -75,16 +49,7 @@
"parameters": "13 billion",
"quant": "q4_0",
"type": "LLaMA",
- "description": "
- Very good overall model
-
-
- - Instruction based
-
- Based on the same dataset as Groovy
-
- Slower than Groovy, with higher quality responses
-
- Trained by Nomic AI
-
- Cannot be used commercially
-
",
+ "description": "Very good overall model
- Instruction based
- Based on the same dataset as Groovy
- Slower than Groovy, with higher quality responses
- Trained by Nomic AI
- Cannot be used commercially
",
"url": "https://huggingface.co/TheBloke/GPT4All-13B-snoozy-GGML/resolve/main/GPT4All-13B-snoozy.ggmlv3.q4_0.bin"
},
{
@@ -97,13 +62,7 @@
"parameters": "7 billion",
"quant": "q4_2",
"type": "LLaMA",
- "description": "
- Good small model - trained by teams from UC Berkeley, CMU, Stanford, MBZUAI, and UC San Diego
-
-
- - Instruction based
-
- Cannot be used commercially
-
"
+ "description": "Good small model - trained by teams from UC Berkeley, CMU, Stanford, MBZUAI, and UC San Diego
- Instruction based
- Cannot be used commercially
"
},
{
"order": "f",
@@ -115,13 +74,7 @@
"parameters": "13 billion",
"quant": "q4_2",
"type": "LLaMA",
- "description": "
- Good larger model - trained by teams from UC Berkeley, CMU, Stanford, MBZUAI, and UC San Diego
-
-
- - Instruction based
-
- Cannot be used commercially
-
"
+ "description": "Good larger model - trained by teams from UC Berkeley, CMU, Stanford, MBZUAI, and UC San Diego
- Instruction based
- Cannot be used commercially
"
},
{
"order": "g",
@@ -133,13 +86,7 @@
"parameters": "7 billion",
"quant": "q4_2",
"type": "LLaMA",
- "description": "
- Good small model - trained by by Microsoft and Peking University
-
-
- - Instruction based
-
- Cannot be used commercially
-
"
+ "description": "Good small model - trained by by Microsoft and Peking University
- Instruction based
- Cannot be used commercially
"
},
{
"order": "h",
@@ -151,13 +98,7 @@
"parameters": "13 billion",
"quant": "q4_2",
"type": "LLaMA",
- "description": "
- Trained with RHLF by Stability AI
-
-
- - Instruction based
-
- Cannot be used commercially
-
"
+ "description": "Trained with RHLF by Stability AI
- Instruction based
- Cannot be used commercially
"
},
{
"order": "i",
@@ -170,14 +111,7 @@
"parameters": "7 billion",
"quant": "q4_0",
"type": "MPT",
- "description": "
- Mosaic's instruction model
-
-
- - Instruction based
-
- Trained by Mosaic ML
-
- Licensed for commercial use
-
"
+ "description": "Mosaic's instruction model
- Instruction based
- Trained by Mosaic ML
- Licensed for commercial use
"
},
{
"order": "j",
@@ -190,14 +124,7 @@
"parameters": "7 billion",
"quant": "q4_0",
"type": "MPT",
- "description": "
- Trained for text completion with no assistant finetuning
-
-
- - Completion based
-
- Trained by Mosaic ML
-
- Licensed for commercial use
-
"
+ "description": "Trained for text completion with no assistant finetuning
- Completion based
- Trained by Mosaic ML
- Licensed for commercial use
"
},
{
"order": "k",
@@ -209,14 +136,7 @@
"parameters": "13 billion",
"quant": "q4_0",
"type": "LLaMA",
- "description": "
- Trained on ~180,000 instructions
-
-
- - Instruction based
-
- Trained by Nous Research
-
- Cannot be used commercially
-
"
+ "description": "Trained on ~180,000 instructions
- Instruction based
- Trained by Nous Research
- Cannot be used commercially
"
},
{
"order": "l",
@@ -229,13 +149,7 @@
"parameters": "13 billion",
"quant": "q4_0",
"type": "LLaMA",
- "description": "
- Trained on uncensored assistant data and instruction data
-
-
- - Instruction based
-
- Cannot be used commercially
-
",
+ "description": "Trained on uncensored assistant data and instruction data
- Instruction based
- Cannot be used commercially
",
"url": "https://huggingface.co/TheBloke/WizardLM-13B-Uncensored-GGML/resolve/main/wizardLM-13B-Uncensored.ggmlv3.q4_0.bin"
},
{
@@ -250,13 +164,7 @@
"parameters": "3 billion",
"quant": "f16",
"type": "Replit",
- "description": "
- Trained on subset of the Stack
-
-
- - Code completion based
-
- Licensed for commercial use
-
",
+ "description": "Trained on subset of the Stack
- Code completion based
- Licensed for commercial use
",
"url": "https://huggingface.co/nomic-ai/ggml-replit-code-v1-3b/resolve/main/ggml-replit-code-v1-3b.bin"
}
]