Spaces:
Sleeping
Sleeping
add how_to_use
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ In addition to text tasks, 🙏🏻PLeIAs/📸📈✍🏻Florence-PDF also incor
|
|
79 |
|
80 |
joinus = """🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻 [](https://discord.gg/qdfnvSPcqP) On 🤗Huggingface:[MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Build Tonic](https://git.tonic-ai.com/contribute)🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
|
81 |
"""
|
82 |
-
|
83 |
|
84 |
### Top-k (Default: 50)
|
85 |
Top-k sampling limits the next token selection to the k most likely tokens.
|
|
|
79 |
|
80 |
joinus = """🌟TeamTonic🌟 is always making cool demos! Join our active builder's 🛠️community 👻 [](https://discord.gg/qdfnvSPcqP) On 🤗Huggingface:[MultiTransformer](https://huggingface.co/MultiTransformer) On 🌐Github: [Tonic-AI](https://github.com/tonic-ai) & contribute to🌟 [Build Tonic](https://git.tonic-ai.com/contribute)🤗Big thanks to Yuvi Sharma and all the folks at huggingface for the community grant 🤗
|
81 |
"""
|
82 |
+
how_to_use = """The advanced settings allow you to fine-tune the text generation process. Here's what each setting does and how to use it:
|
83 |
|
84 |
### Top-k (Default: 50)
|
85 |
Top-k sampling limits the next token selection to the k most likely tokens.
|