Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ license: gemma
|
|
25 |
|
26 |
### Description
|
27 |
|
28 |
-
Synthia-S1-27b is a reasoning, AI model developed by Tesslate AI, fine-tuned specifically for advanced reasoning, coding, and RP
|
29 |
|
30 |
### KEY PARAMS TO RUN:
|
31 |
|
@@ -44,7 +44,7 @@ Your role as a coding assistant is to approach each problem with a rigorous, str
|
|
44 |
|
45 |
Please use `temperature = 1.0, top_k = 64, top_p = 0.95, min_p = 0.0` with repeat penalty set to 1.3
|
46 |
|
47 |
-
OR (
|
48 |
|
49 |
`Temperature = 0.7, top_k = 40, repeat penalty = 1.1, top_p = 0.95, min_p = 0.05` with a rolling window.
|
50 |
|
|
|
25 |
|
26 |
### Description
|
27 |
|
28 |
+
Synthia-S1-27b is a reasoning, AI model developed by Tesslate AI, fine-tuned specifically for advanced reasoning, coding, and RP use cases. Built upon the robust Gemma3 architecture, Synthia-S1-27b excels in logical reasoning, creative writing, and deep contextual understanding. It supports multimodal inputs (text and images) with a large 128K token context window, enabling complex analysis suitable for research, academic tasks, and enterprise-grade AI applications.
|
29 |
|
30 |
### KEY PARAMS TO RUN:
|
31 |
|
|
|
44 |
|
45 |
Please use `temperature = 1.0, top_k = 64, top_p = 0.95, min_p = 0.0` with repeat penalty set to 1.3
|
46 |
|
47 |
+
OR (recommended)
|
48 |
|
49 |
`Temperature = 0.7, top_k = 40, repeat penalty = 1.1, top_p = 0.95, min_p = 0.05` with a rolling window.
|
50 |
|