Shokey Ai



๐Ÿง  Overview

...

Shokey Ai Features

Shokey Ai is an experimental LoRA adapter based on Qwen2.5-7B-Instruct.

The model is developed by Shokey Corporation and focuses on reasoning, programming, structured problem solving and natural conversation.


โœจ Features

Reasoning & Analysis

The model is optimized for:

logical analysis; multi-step problem solving; decision making; comparing different solutions; explaining conclusions.

Programming

Supported tasks:

code generation; debugging; architecture planning; API design; technical explanations.

Conversation

The model supports:

natural conversations; roleplay scenarios; creative writing; assistant-style interaction.

๐Ÿ‹๏ธ Training

The model was trained using:

LoRA (Low-Rank Adaptation)

with:

Unsloth 4-bit QLoRA training Hugging Face PEFT

Dataset Composition

Training data consisted of several sources:

reasoning_pairs

Instruction โ†’ answer pairs focused on:

analytical tasks; logical reasoning; structured answers.

sft_conversations

Multi-turn conversations transformed into supervised fine-tuning examples.


code_corpus

Programming examples with synthetic instructions.


โš™๏ธ Training Configuration

Parameter Value
Base model unsloth/Qwen2.5-7B-Instruct-bnb-4bit
Method LoRA
Rank r=16
Alpha 32
Dropout 0
Target modules q_proj, k_proj, v_proj, o_proj, gate_proj, up_proj, down_proj
Trainable parameters 40,370,176
Percentage ~0.53%
Sequence length 1024-2048
Optimizer adamw_8bit
Learning rate 2e-4
Hardware Tesla T4 (Google Colab Free Tier)

๐Ÿ’ป Usage

Example loading with Unsloth:

from unsloth import FastLanguageModel

model, tokenizer = FastLanguageModel.from_pretrained( model_name="unsloth/Qwen2.5-7B-Instruct-bnb-4bit", max_seq_length=2048, load_in_4bit=True, )

model.load_adapter( "Sh0key/Shokey-Ai-LoRA" )

โš ๏ธ Limitations

This is an early experimental release.

Known issues:

Overly detailed responses

The model may generate very long structured answers even for simple questions.

Example style:

Analysis โ†“ Options โ†“ Advantages โ†“ Disadvantages โ†“ Conclusion

Possible hallucination about actions

The model may sometimes claim that it:

modified files; changed code; completed actions; when it only generated an explanation.

Always verify generated results.


No native reasoning mode

This model does not include the native "thinking mode" feature introduced in newer Qwen3-based models.


๐Ÿ“œ License

This adapter is released under:

CC-BY-NC-4.0

Allowed:

โœ… Personal use โœ… Research โœ… Educational projects

Not allowed:

โŒ Commercial usage without permission

The original Qwen2.5 model is distributed separately under:

Apache 2.0 License


๐Ÿข Credits

Created by:

Shokey Corporation

AI Research Division

Project:

Shokey Ai



Building experimental AI systems for the future.

Downloads last month
-
GGUF
Model size
8B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for Sh0key/Shokey-A0

Base model

Qwen/Qwen2.5-7B
Adapter
(75)
this model