Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ tags:
|
|
4 |
- text-generation-inference
|
5 |
- Reasoning
|
6 |
- Raptor
|
7 |
-
-
|
8 |
- Coder
|
9 |
- Html
|
10 |
- Css
|
@@ -106,5 +106,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
106 |
5. **Error Propagation in Extended Outputs**:
|
107 |
Minor errors in early responses may affect overall coherence in long-form outputs.
|
108 |
6. **Prompt Sensitivity**:
|
109 |
-
The effectiveness of responses may depend on how well the input prompt is structured.
|
110 |
-
|
|
|
4 |
- text-generation-inference
|
5 |
- Reasoning
|
6 |
- Raptor
|
7 |
+
- X3
|
8 |
- Coder
|
9 |
- Html
|
10 |
- Css
|
|
|
106 |
5. **Error Propagation in Extended Outputs**:
|
107 |
Minor errors in early responses may affect overall coherence in long-form outputs.
|
108 |
6. **Prompt Sensitivity**:
|
109 |
+
The effectiveness of responses may depend on how well the input prompt is structured.
|
|