Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
alokabhishek
/
Meta-Llama-3-8B-Instruct-bnb-4bit
like
1
Text Generation
Transformers
Safetensors
llama
4bit
bnb
bitsandbytes
llama-3
facebook
meta
8b
quantized
conversational
Inference Endpoints
4-bit precision
arxiv:
2305.14314
License:
llama3
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
alokabhishek
commited on
Apr 26
Commit
0d4b268
•
1 Parent(s):
bc6a631
Updated Readme
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -93,7 +93,7 @@ output = pipeline(
93
)
94
95
96
-
print(
outputs
[0]["generated_text"][len(prompt):])
97
98
99
```
93
)
94
95
96
+
print(
output
[0]["generated_text"][len(prompt):])
97
98
99
```