Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
azhiboedova
/
Meta-Llama-3.1-8B-Instruct-AQLM-2Bit-1x16
like
13
Text Generation
Transformers
Safetensors
tasksource/mmlu
llama
facebook
meta
llama-3.1
conversational
text-generation-inference
Inference Endpoints
aqlm
arxiv:
2401.06118
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
Update README.md
#1
by
dmitry-brazhenko
- opened
Aug 2
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+2
-0
Files changed (1)
hide
show
README.md
+2
-0
README.md
CHANGED
Viewed
@@ -71,4 +71,6 @@ outputs = pipeline(
71
)
72
73
print(outputs[0]["generated_text"][-1]["content"])
74
```
71
)
72
73
print(outputs[0]["generated_text"][-1]["content"])
74
+
# Output:
75
+
# Wie geht es Ihnen?
76
```