prithivMLmods
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ pipeline_tag: text-generation
|
|
8 |
library_name: transformers
|
9 |
tags:
|
10 |
- text-generation-inference
|
|
|
11 |
---
|
12 |
![8.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/vebaBsL6MsLveGCH3y1ig.png)
|
13 |
|
@@ -120,4 +121,4 @@ Blaze.1-27B-Preview is designed for advanced text generation tasks requiring log
|
|
120 |
3. **Dependency on Prompt Quality**: The quality of the model’s output heavily relies on the clarity and specificity of the input prompt. Poorly framed prompts may lead to irrelevant or incomplete responses.
|
121 |
4. **Long Context Handling**: While it is designed for long-chain reasoning, performance may degrade with excessively long inputs or contexts, resulting in loss of coherence or incomplete reasoning.
|
122 |
5. **Resource Requirements**: Due to its large size (27 billion parameters), it requires substantial computational resources for both inference and fine-tuning, limiting its accessibility for users without high-performance hardware.
|
123 |
-
6. **Language Support**: Although it excels in English, its capabilities in other languages may be limited, and unexpected issues may arise when processing multilingual or code-mixed inputs.
|
|
|
8 |
library_name: transformers
|
9 |
tags:
|
10 |
- text-generation-inference
|
11 |
+
- Gemma
|
12 |
---
|
13 |
![8.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/vebaBsL6MsLveGCH3y1ig.png)
|
14 |
|
|
|
121 |
3. **Dependency on Prompt Quality**: The quality of the model’s output heavily relies on the clarity and specificity of the input prompt. Poorly framed prompts may lead to irrelevant or incomplete responses.
|
122 |
4. **Long Context Handling**: While it is designed for long-chain reasoning, performance may degrade with excessively long inputs or contexts, resulting in loss of coherence or incomplete reasoning.
|
123 |
5. **Resource Requirements**: Due to its large size (27 billion parameters), it requires substantial computational resources for both inference and fine-tuning, limiting its accessibility for users without high-performance hardware.
|
124 |
+
6. **Language Support**: Although it excels in English, its capabilities in other languages may be limited, and unexpected issues may arise when processing multilingual or code-mixed inputs.
|