Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,7 @@ tags:
|
|
11 |
- text-generation-inference
|
12 |
- coder
|
13 |
- viper-v1.4
|
|
|
14 |
---
|
15 |
|
16 |

|
@@ -78,4 +79,4 @@ print(response)
|
|
78 |
2. **Language-Specific Variability**: Performance may vary across different programming languages.
|
79 |
3. **Possible Error Propagation**: Extended text outputs might introduce logical inconsistencies.
|
80 |
4. **Limited Real-World Awareness**: The model does not have access to real-time internet updates.
|
81 |
-
5. **Prompt Sensitivity**: Performance depends on how well the prompt is structured.
|
|
|
11 |
- text-generation-inference
|
12 |
- coder
|
13 |
- viper-v1.4
|
14 |
+
- trl
|
15 |
---
|
16 |
|
17 |

|
|
|
79 |
2. **Language-Specific Variability**: Performance may vary across different programming languages.
|
80 |
3. **Possible Error Propagation**: Extended text outputs might introduce logical inconsistencies.
|
81 |
4. **Limited Real-World Awareness**: The model does not have access to real-time internet updates.
|
82 |
+
5. **Prompt Sensitivity**: Performance depends on how well the prompt is structured.
|