Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
rinna
/
llama-3-youko-8b
like
60
Follow
rinna Co., Ltd.
133
Text Generation
Transformers
Safetensors
5 datasets
Japanese
English
llama
llama-3
text-generation-inference
arxiv:
2404.01657
License:
llama3
Model card
Files
Files and versions
Community
1
Train
Deploy
Use this model
mitsu-koh
commited on
Jul 25, 2024
Commit
548b64c
·
verified
·
1 Parent(s):
8593c5c
fix sample code
Browse files
Files changed (1)
hide
show
README.md
+1
-1
README.md
CHANGED
Viewed
@@ -82,7 +82,7 @@ output = pipeline(
82
max_new_tokens=256,
83
do_sample=True
84
)
85
-
print(output)
86
~~~~
87
88
---
82
max_new_tokens=256,
83
do_sample=True
84
)
85
+
print(output
[0]["generated_text"]
)
86
~~~~
87
88
---