Roshan 1.0
Roshan 1.0 is a custom AI assistant created by Roshandudhat.
Built for coding help, tech questions, and general knowledge.
Model Details
- Created by: Roshandudhat
- Base model: Qwen2.5-1.5B-Instruct
- Version: 1.0
- Language: English
- License: Apache 2.0
How to use
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
tokenizer = AutoTokenizer.from_pretrained("roshan1000/Roshan-1.0")
model = AutoModelForCausalLM.from_pretrained("roshan1000/Roshan-1.0")
```
About
Roshan 1.0 is the first model in the Roshan AI series.
Built at zero cost using Kaggle free GPUs and open source models.
Version 2.0 coming soon with fine-tuning and more capabilities.