2,452 Downloads Updated 10 months ago
Explore Nidum’s Open-Source Projects on GitHub: https://github.com/NidumAI-Inc
Welcome to Nidum, where innovation meets limitless potential. With Nidum-Llama-3.2-3B-Uncensored, we redefine AI capabilities by offering advanced, unrestricted, and adaptable solutions for diverse applications.
Unrestricted Responses
Delivers uninhibited and detailed answers, handling any topic or query.
Versatility
Excels in various tasks, including technical problem-solving, creative writing, and casual conversations.
Advanced Contextual Understanding
Powered by a robust knowledge base for accurate, context-aware interactions.
Extended Context Handling
Optimized to maintain coherence and depth in long, complex dialogues.
Customizability
Easily adaptable to specific use cases and user preferences through fine-tuning.
Here’s how to integrate Nidum-Llama-3.2-3B-Uncensored into your project:
from ollama import chat
from ollama import ChatResponse
# Example usage
response: ChatResponse = chat(model='llama3.2', messages=[
{
'role': 'user',
'content': 'Why is the sky blue?',
},
])
# Print response
print(response['message']['content'])
# Or access fields directly
print(response.message.content)
Fine-tuned on uncensored data, Nidum-Llama-3.2-3B-Uncensored consistently outperforms the original LLaMA model in key benchmarks:
Benchmark | Metric | LLaMA 3B | Nidum 3B | Key Insights |
---|---|---|---|---|
GPQA | Exact Match | 0.3 | 0.5 | Significant improvement in generative and zero-shot tasks. |
Accuracy | 0.4 | 0.5 | Consistently better in knowledge-intensive scenarios. | |
HellaSwag | Accuracy | 0.3 | 0.4 | Enhanced common-sense reasoning and context prediction. |
Our model’s performance is enhanced by leveraging curated datasets:
We welcome contributions to further enhance Nidum-Llama-3.2-3B-Uncensored. Explore our open-source projects on GitHub.
For inquiries, collaborations, or support, email us at info@nidum.ai.
Unleash your creativity and tackle challenges with Nidum-Llama-3.2-3B-Uncensored—your ultimate tool for innovation and exploration!