Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,10 @@ language:
|
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
tags:
|
| 7 |
- text-generation-inference
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |

|
|
@@ -72,4 +76,4 @@ print(outputs[0]["generated_text"][-1])
|
|
| 72 |
|
| 73 |
6. **Resource Intensive**: As a large-scale model with 30 billion parameters, it requires substantial computational resources for both inference and deployment, limiting its use in resource-constrained environments.
|
| 74 |
|
| 75 |
-
7. **Instruction Ambiguity**: The model’s performance can degrade when instructions are ambiguous, vague, or conflicting, potentially leading to outputs that do not align with user expectations.
|
|
|
|
| 5 |
pipeline_tag: text-generation
|
| 6 |
tags:
|
| 7 |
- text-generation-inference
|
| 8 |
+
- trl
|
| 9 |
+
base_model:
|
| 10 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
| 11 |
+
library_name: transformers
|
| 12 |
---
|
| 13 |
|
| 14 |

|
|
|
|
| 76 |
|
| 77 |
6. **Resource Intensive**: As a large-scale model with 30 billion parameters, it requires substantial computational resources for both inference and deployment, limiting its use in resource-constrained environments.
|
| 78 |
|
| 79 |
+
7. **Instruction Ambiguity**: The model’s performance can degrade when instructions are ambiguous, vague, or conflicting, potentially leading to outputs that do not align with user expectations.
|