Lemura AI Labs
Models · 46Gemma-3-4B-it-Uncensored

Gemma-3-4B-it-Uncensored

4Bgemma
Download on Hugging Face
Downloads
11k
This month
269
Updated
1mo ago

Lemura Labs

Lemura Labs Gemma-3-4B IT Uncensored

Format Params Type License

Welcome to Lemura Labs's Gemma-3-4B IT Uncensored, your gateway to an open and unrestricted AI experience. This powerful model enables users to explore and innovate without boundaries.

Why Choose Lemura Labs Gemma-3-4B IT Uncensored?

  • Unrestricted AI Interaction: Freedom to discuss, explore, and innovate without content limitations.
  • Efficient and Versatile: Optimized performance suitable for various hardware configurations.
  • Diverse Applications: Perfect for creative projects, conversational AI, educational tools, and entertainment.

Available Quantized Versions (GGUF)

QuantizationDescriptionBits per WeightDownload
Q8_0Best accuracy and performance8-bit[model-Q8_0.gguf](https://huggingface.co/lemuralabs/Lemura Labs-Gemma-3-4B-IT-Uncensored-GGUF/resolve/main/model-Q8_0.gguf)
Q6_KBalance between speed and quality6-bit[model-Q6_K.gguf](https://huggingface.co/lemuralabs/Lemura Labs-Gemma-3-4B-IT-Uncensored-GGUF/resolve/main/model-Q6_K.gguf)
Q5_K_MGood accuracy with lower memory usage5-bit[model-Q5_K_M.gguf](https://huggingface.co/lemuralabs/Lemura Labs-Gemma-3-4B-IT-Uncensored-GGUF/resolve/main/model-Q5_K_M.gguf)
Q3_K_MSmaller footprint, good for limited resources3-bit[model-Q3_K_M.gguf](https://huggingface.co/lemuralabs/Lemura Labs-Gemma-3-4B-IT-Uncensored-GGUF/resolve/main/model-Q3_K_M.gguf)
TQ2_0Very fast inference, minimal memory usage2-bit[model-TQ2_0.gguf](https://huggingface.co/lemuralabs/Lemura Labs-Gemma-3-4B-IT-Uncensored-GGUF/resolve/main/model-TQ2_0.gguf)
TQ1_0Minimal memory usage, fastest inference2-bit[model-TQ1_0.gguf](https://huggingface.co/lemuralabs/Lemura Labs-Gemma-3-4B-IT-Uncensored-GGUF/resolve/main/model-TQ1_0.gguf)

  • Creative Writing & Arts: Generate stories, scripts, poetry, and explore creative ideas.
  • Virtual Assistants: Provide natural and unrestricted conversational experiences.
  • Educational Resources: Facilitate engaging, interactive learning environments.
  • Entertainment & Gaming: Create immersive narratives and interactive gameplay experiences.

Example Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

model_name = "lemuralabs/Gemma-3-4B-it-Uncensored"

tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(model_name, torch_dtype=torch.float16)

prompt = "Tell me an imaginative story about a hidden city."
input_ids = tokenizer(prompt, return_tensors="pt").input_ids

generated_ids = model.generate(input_ids, max_length=200)
output = tokenizer.decode(generated_ids[0], skip_special_tokens=True)

print(output)

Unlock Limitless Creativity

Experience the freedom to innovate and explore without boundaries using Lemura Labs Gemma-3-4B IT Uncensored.