690609:2223 Prepare to MOD AI flow [skip CI]
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
\#Model
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
| Model Name | Size | Base | PARAMETER | File |
|
||||
|
||||
\----------
|
||||
|
||||
| np-dms-ocr | 2.9GB | FROM scb10x/typhoon-ocr1.5-3b:latest | num\_ctx 8192 | np-dms-ocr-model.md |
|
||||
|
||||
| np-dms-typhoon2.5 | 3.6GB | FROM scb10x/typhoon2.5-qwen3-4b:latest | num\_ctx 8192 | np-dms-typhoon2.5.model.md |
|
||||
|
||||
| np-dms-gemma4-4eb | GB | FROM gemma4:e4b | num\_ctx 8192 | np-dms-gemma4-4eb.model.md |
|
||||
|
||||
| np-dms-openthaigpt1.5-7b | GB | FROM promptnow/openthaigpt1.5-7b-instruct-q4\_k\_m | num\_ctx 8192 |
|
||||
|
||||
| np-dms-openthaigpt1.5-14b | GB | FROM promptnow/openthaigpt1.5-14b-instruct-q4\_k\_m | num\_ctx 8192 |
|
||||
|
||||
|
||||
|
||||
+11
@@ -0,0 +1,11 @@
|
||||
FROM scb10x/llama3.1-typhoon2-8b-instruct:latest
|
||||
|
||||
PARAMETER num_ctx 8192
|
||||
PARAMETER num_predict 4096
|
||||
PARAMETER temperature 0.4
|
||||
PARAMETER top_k 40
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER repeat_penalty 1.15
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
FROM scb10x/typhoon-ocr1.5-3b:latest
|
||||
|
||||
PARAMETER num_ctx 8192
|
||||
PARAMETER num_predict 4096
|
||||
PARAMETER temperature 0.1
|
||||
PARAMETER top_p 0.1
|
||||
PARAMETER repeat_penalty 1.1
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
FROM promptnow/openthaigpt1.5-14b-instruct-q4_k_m:latest
|
||||
|
||||
PARAMETER num_ctx 8192
|
||||
PARAMETER num_predict 4096
|
||||
PARAMETER temperature 0.4
|
||||
PARAMETER top_k 40
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER repeat_penalty 1.15
|
||||
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
FROM promptnow/openthaigpt1.5-7b-instruct-q4_k_m:latest
|
||||
|
||||
PARAMETER num_ctx 8192
|
||||
PARAMETER num_predict 4096
|
||||
PARAMETER temperature 0.4
|
||||
PARAMETER top_k 40
|
||||
PARAMETER top_p 0.9
|
||||
PARAMETER repeat_penalty 1.15
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
FROM scb10x/typhoon2.5-qwen3-4b:latest
|
||||
|
||||
|
||||
|
||||
PARAMETER num\_ctx 8192
|
||||
PARAMETER num\_predict 4096
|
||||
PARAMETER temperature 0.4
|
||||
|
||||
PARAMETER top\_k 40
|
||||
PARAMETER top\_p 0.9
|
||||
PARAMETER repeat\_penalty 1.15
|
||||
|
||||
Reference in New Issue
Block a user