Add preset for LM Studio
#1
by
alfredplpl
- opened
plamo 2 translate en2ja.preset.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"identifier": "@local:plamo-2-translate-en2ja",
|
| 3 |
+
"name": "plamo-2-translate-en2ja",
|
| 4 |
+
"changed": false,
|
| 5 |
+
"operation": {
|
| 6 |
+
"fields": [
|
| 7 |
+
{
|
| 8 |
+
"key": "llm.prediction.promptTemplate",
|
| 9 |
+
"value": {
|
| 10 |
+
"type": "manual",
|
| 11 |
+
"manualPromptTemplate": {
|
| 12 |
+
"beforeSystem": "<|plamo:op|>dataset\n",
|
| 13 |
+
"afterSystem": "translation\n",
|
| 14 |
+
"beforeUser": "<|plamo:op|>input lang=English\n",
|
| 15 |
+
"afterUser": "<|plamo:op|>output lang=Japanese\n",
|
| 16 |
+
"beforeAssistant": "",
|
| 17 |
+
"afterAssistant": ""
|
| 18 |
+
},
|
| 19 |
+
"stopStrings": []
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"load": {
|
| 25 |
+
"fields": []
|
| 26 |
+
}
|
| 27 |
+
}
|
plamo 2 translate ja2en.preset.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"identifier": "@local:plamo-2-translate-ja2en",
|
| 3 |
+
"name": "plamo-2-translate-ja2en",
|
| 4 |
+
"changed": true,
|
| 5 |
+
"operation": {
|
| 6 |
+
"fields": [
|
| 7 |
+
{
|
| 8 |
+
"key": "llm.prediction.promptTemplate",
|
| 9 |
+
"value": {
|
| 10 |
+
"type": "manual",
|
| 11 |
+
"manualPromptTemplate": {
|
| 12 |
+
"beforeSystem": "<|plamo:op|>dataset\n",
|
| 13 |
+
"afterSystem": "translation\n",
|
| 14 |
+
"beforeUser": "<|plamo:op|>input lang=Japanese\n",
|
| 15 |
+
"afterUser": "<|plamo:op|>output lang=English\n",
|
| 16 |
+
"beforeAssistant": "",
|
| 17 |
+
"afterAssistant": ""
|
| 18 |
+
},
|
| 19 |
+
"stopStrings": []
|
| 20 |
+
}
|
| 21 |
+
}
|
| 22 |
+
]
|
| 23 |
+
},
|
| 24 |
+
"load": {
|
| 25 |
+
"fields": []
|
| 26 |
+
}
|
| 27 |
+
}
|