Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ tags:
|
|
11 |
- math
|
12 |
- corpus
|
13 |
- cot
|
|
|
14 |
---
|
15 |
|
16 |

|
@@ -77,5 +78,4 @@ print(response)
|
|
77 |
2. **Language-Specific Variability**: Performance may vary across supported languages, especially for low-resource languages.
|
78 |
3. **Potential Error Accumulation**: Long-text generation can sometimes introduce inconsistencies over extended outputs.
|
79 |
4. **Limited Real-World Awareness**: Knowledge is restricted to training data and may not reflect recent world events.
|
80 |
-
5. **Prompt Sensitivity**: Outputs can depend on the specificity and clarity of the input prompt.
|
81 |
-
|
|
|
11 |
- math
|
12 |
- corpus
|
13 |
- cot
|
14 |
+
library_name: transformers
|
15 |
---
|
16 |
|
17 |

|
|
|
78 |
2. **Language-Specific Variability**: Performance may vary across supported languages, especially for low-resource languages.
|
79 |
3. **Potential Error Accumulation**: Long-text generation can sometimes introduce inconsistencies over extended outputs.
|
80 |
4. **Limited Real-World Awareness**: Knowledge is restricted to training data and may not reflect recent world events.
|
81 |
+
5. **Prompt Sensitivity**: Outputs can depend on the specificity and clarity of the input prompt.
|
|