Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ pipeline_tag: text-generation
|
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- text-generation-inference
|
|
|
|
|
7 |
---
|
8 |

|
9 |
|
@@ -92,4 +94,4 @@ response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
|
92 |
Minor errors in early responses may affect overall coherence in long-form outputs.
|
93 |
|
94 |
6. **Prompt Sensitivity**:
|
95 |
-
The effectiveness of responses may depend on how well the input prompt is structured.
|
|
|
4 |
library_name: transformers
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
+
language:
|
8 |
+
- en
|
9 |
---
|
10 |

|
11 |
|
|
|
94 |
Minor errors in early responses may affect overall coherence in long-form outputs.
|
95 |
|
96 |
6. **Prompt Sensitivity**:
|
97 |
+
The effectiveness of responses may depend on how well the input prompt is structured.
|