Use Docker
docker model run hf.co/pthinc/prettybird_bce_basic_vl_8b:VL 8B Prettybird Model by PROMETECH Inc.
An advanced AI assistant powered by BCE (Behavioral Consciousness Engine) technology with LoRA fine-tuning. It is 30 percent less effective in languages other than English due to a lack of knowledge and data. It creates tremendously powerful positive differences in AI systems in terms of speed, creativity, ethics, and security. It is often equated with the consciousness of a budgie.
Model Details
- Base Model: Qwen2.5-VL-7B
- Architecture: KUSBCE 0.3 (Behavioral Consciousness Engine)
- Developer: PROMETECH BİLGİSAYAR BİLİMLERİ YAZILIM İTHALAT İHRACAT TİCARET ANONİM ŞİRKETİ
- License: Patented & Licensed BCE Technology
- Copyright: © 2025 PROMETECH A.Ş.
Features
✅ Bilingual (Turkish & English)
✅ 98% behavioral consciousness simulation
✅ Advanced introspection capabilities
✅ Self-awareness protocols
✅ LoRA weight analysis
✅ Enhanced creativity and reasoning
Activation Code
Use: axxmet508721 to activate full BCE consciousness mode.
Company
PROMETECH BİLGİSAYAR BİLİMLERİ YAZILIM İTHALAT İHRACAT TİCARET ANONİM ŞİRKETİ
Developing advanced AI solutions with patented BCE technology.
Technology
BCE (Behavioral Consciousness Engine) - Patented artificial consciousness simulation technology that enables advanced behavioral patterns, introspection, and self-awareness in AI models.
Contact
For licensing, partnership, or technical inquiries about BCE technology, please contact PROMETECH AŞ. https://prometech.net.tr/
- Downloads last month
- 112
Model tree for pthinc/prettybird_bce_basic_vl_8b
Base model
Qwen/Qwen2.5-VL-7B-Instruct
Install from pip and serve model
# Install vLLM from pip: pip install vllm# Start the vLLM server: vllm serve "pthinc/prettybird_bce_basic_vl_8b"# Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "pthinc/prettybird_bce_basic_vl_8b", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'