Update README.md
Browse files
README.md
CHANGED
@@ -11,9 +11,21 @@ tags:
|
|
11 |
- gemma2
|
12 |
- text-generation-inference
|
13 |
- text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
|
|
|
|
|
|
|
17 |
# Gemma2-2B-Swahili-IT
|
18 |
|
19 |
Gemma2-2B-Swahili-IT is a lightweight, efficient open variant of Google's Gemma2-2B-IT model, fine-tuned for natural Swahili language understanding and generation. This model provides a resource-efficient option for Swahili language tasks while maintaining strong performance.
|
|
|
11 |
- gemma2
|
12 |
- text-generation-inference
|
13 |
- text-generation
|
14 |
+
inference:
|
15 |
+
parameters:
|
16 |
+
temperature: 0.7
|
17 |
+
top_p: 0.95
|
18 |
+
max_new_tokens: 500
|
19 |
+
do_sample: true
|
20 |
+
eval_mode: true
|
21 |
+
model_kwargs:
|
22 |
+
eval_mode: true
|
23 |
---
|
24 |
|
25 |
|
26 |
+
|
27 |
+
|
28 |
+
|
29 |
# Gemma2-2B-Swahili-IT
|
30 |
|
31 |
Gemma2-2B-Swahili-IT is a lightweight, efficient open variant of Google's Gemma2-2B-IT model, fine-tuned for natural Swahili language understanding and generation. This model provides a resource-efficient option for Swahili language tasks while maintaining strong performance.
|