prithivMLmods commited on
Commit
11bebdd
·
verified ·
1 Parent(s): fb12b1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -5,6 +5,10 @@ language:
5
  pipeline_tag: text-generation
6
  tags:
7
  - text-generation-inference
 
 
 
 
8
  ---
9
 
10
  ![30B.gif](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/Yd7ju9VUxX91yc4MkNTSa.gif)
@@ -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
  ![30B.gif](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/Yd7ju9VUxX91yc4MkNTSa.gif)
 
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.