Image-Text-to-Text
Safetensors
English
multilingual
vllm
gemma4
gemma
gemma-4
multimodal
uncensored
general purpose
unsloth
text-generation-inference
conversational
Instructions to use Ryex/Floppa_Gemma4-E4B-it with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Local Apps Settings
- Unsloth Studio
How to use Ryex/Floppa_Gemma4-E4B-it with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Ryex/Floppa_Gemma4-E4B-it to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for Ryex/Floppa_Gemma4-E4B-it to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Ryex/Floppa_Gemma4-E4B-it to start chatting
Load model with FastModel
pip install unsloth from unsloth import FastModel model, tokenizer = FastModel.from_pretrained( model_name="Ryex/Floppa_Gemma4-E4B-it", max_seq_length=2048, )
Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ print(outputs[0].outputs[0].text)
|
|
| 80 |
- **License:** apache-2.0
|
| 81 |
- **Finetuned from model :** llmfan46/gemma-4-E4B-it-ultra-uncensored-heretic
|
| 82 |
|
| 83 |
-
|
| 84 |
-
- This model is built upon Gemini Pro technology from Google. Use of this model is subject to
|
| 85 |
|
| 86 |
- Disclaimer: This model produces uncensored content. It may generate output that is offensive, explicit, or factually incorrect. User discretion is advised. This model is intended for research, translation assistance, and creative writing workflows where content filtering is undesirable.
|
|
|
|
| 80 |
- **License:** apache-2.0
|
| 81 |
- **Finetuned from model :** llmfan46/gemma-4-E4B-it-ultra-uncensored-heretic
|
| 82 |
|
| 83 |
+
## License & Safety
|
| 84 |
+
- This model is built upon Gemini Pro technology from Google. Use of this model is subject to apache-2.0.
|
| 85 |
|
| 86 |
- Disclaimer: This model produces uncensored content. It may generate output that is offensive, explicit, or factually incorrect. User discretion is advised. This model is intended for research, translation assistance, and creative writing workflows where content filtering is undesirable.
|