Update README.md
Browse files
README.md
CHANGED
|
@@ -11,13 +11,14 @@ base_model:
|
|
| 11 |
## Model Information
|
| 12 |
|
| 13 |
**Original Model**: [Gemma 3](https://huggingface.co/google/gemma-3) by Google DeepMind
|
|
|
|
| 14 |
**Adaptation**: Text-only version (Image processing capabilities removed)
|
| 15 |
|
| 16 |
## Description
|
| 17 |
|
| 18 |
This is a text-only version of the Gemma 3 model, adapted from Google's original multimodal Gemma 3. The image processing capabilities have been removed while preserving the text generation capabilities.
|
| 19 |
|
| 20 |
-
|
| 21 |
|
| 22 |
The adaptation makes the model more lightweight and suitable for environments where only text processing is needed, or where resource constraints make the full multimodal model impractical.
|
| 23 |
|
|
|
|
| 11 |
## Model Information
|
| 12 |
|
| 13 |
**Original Model**: [Gemma 3](https://huggingface.co/google/gemma-3) by Google DeepMind
|
| 14 |
+
|
| 15 |
**Adaptation**: Text-only version (Image processing capabilities removed)
|
| 16 |
|
| 17 |
## Description
|
| 18 |
|
| 19 |
This is a text-only version of the Gemma 3 model, adapted from Google's original multimodal Gemma 3. The image processing capabilities have been removed while preserving the text generation capabilities.
|
| 20 |
|
| 21 |
+
This text-only adaptation maintains the core language capabilities with a 128K context window and multilingual support in over 140 languages. The model is well-suited for a variety of text generation tasks, including question answering, summarization, and reasoning.
|
| 22 |
|
| 23 |
The adaptation makes the model more lightweight and suitable for environments where only text processing is needed, or where resource constraints make the full multimodal model impractical.
|
| 24 |
|