Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
rinna
/
llama-3-youko-8b-gptq
like
0
Follow
rinna Co., Ltd.
89
Text Generation
Transformers
Safetensors
5 datasets
Japanese
English
llama
llama-3
gptq
text-generation-inference
4-bit precision
arxiv:
2404.01657
arxiv:
2210.17323
License:
llama3
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
mitsu-koh
commited on
Jul 25
Commit
fbf6e52
•
1 Parent(s):
6769c26
fix sample code
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -67,7 +67,7 @@ output = pipeline(
67
max_new_tokens=256,
68
do_sample=True
69
)
70
-
print(output)
71
~~~~
72
73
---
67
max_new_tokens=256,
68
do_sample=True
69
)
70
+
print(output
[0]["generated_text"]
)
71
~~~~
72
73
---