Update README.md
Browse files
README.md
CHANGED
|
@@ -25,6 +25,8 @@ pipeline_tag: text-generation
|
|
| 25 |
library_name: transformers
|
| 26 |
---
|
| 27 |
|
|
|
|
|
|
|
| 28 |
# **Raptor X1**
|
| 29 |
|
| 30 |
> [!warning]
|
|
@@ -109,4 +111,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
| 109 |
5. **Error Propagation in Extended Outputs**:
|
| 110 |
Minor errors in early responses may affect overall coherence in long-form outputs.
|
| 111 |
6. **Prompt Sensitivity**:
|
| 112 |
-
The effectiveness of responses may depend on how well the input prompt is structured.
|
|
|
|
| 25 |
library_name: transformers
|
| 26 |
---
|
| 27 |
|
| 28 |
+

|
| 29 |
+
|
| 30 |
# **Raptor X1**
|
| 31 |
|
| 32 |
> [!warning]
|
|
|
|
| 111 |
5. **Error Propagation in Extended Outputs**:
|
| 112 |
Minor errors in early responses may affect overall coherence in long-form outputs.
|
| 113 |
6. **Prompt Sensitivity**:
|
| 114 |
+
The effectiveness of responses may depend on how well the input prompt is structured.
|