Instructions to use Hanoch4869/TransMind-32B-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hanoch4869/TransMind-32B-GGUF with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Hanoch4869/TransMind-32B-GGUF") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Hanoch4869/TransMind-32B-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Hanoch4869/TransMind-32B-GGUF 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 Hanoch4869/TransMind-32B-GGUF:Q3_K_L # Run inference directly in the terminal: llama cli -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L # Run inference directly in the terminal: llama cli -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L
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 Hanoch4869/TransMind-32B-GGUF:Q3_K_L # Run inference directly in the terminal: ./llama-cli -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L
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 Hanoch4869/TransMind-32B-GGUF:Q3_K_L # Run inference directly in the terminal: ./build/bin/llama-cli -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L
Use Docker
docker model run hf.co/Hanoch4869/TransMind-32B-GGUF:Q3_K_L
- LM Studio
- Jan
- Ollama
How to use Hanoch4869/TransMind-32B-GGUF with Ollama:
ollama run hf.co/Hanoch4869/TransMind-32B-GGUF:Q3_K_L
- Unsloth Studio
How to use Hanoch4869/TransMind-32B-GGUF 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 Hanoch4869/TransMind-32B-GGUF 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 Hanoch4869/TransMind-32B-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for Hanoch4869/TransMind-32B-GGUF to start chatting
- Pi
How to use Hanoch4869/TransMind-32B-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "Hanoch4869/TransMind-32B-GGUF:Q3_K_L" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use Hanoch4869/TransMind-32B-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default Hanoch4869/TransMind-32B-GGUF:Q3_K_L
Run Hermes
hermes
- OpenClaw new
How to use Hanoch4869/TransMind-32B-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf Hanoch4869/TransMind-32B-GGUF:Q3_K_L
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "Hanoch4869/TransMind-32B-GGUF:Q3_K_L" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
- Docker Model Runner
How to use Hanoch4869/TransMind-32B-GGUF with Docker Model Runner:
docker model run hf.co/Hanoch4869/TransMind-32B-GGUF:Q3_K_L
- Lemonade
How to use Hanoch4869/TransMind-32B-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Hanoch4869/TransMind-32B-GGUF:Q3_K_L
Run and chat with the model
lemonade run user.TransMind-32B-GGUF-Q3_K_L
List all available models
lemonade list
- Atomic Chat
TransMind - ้้ธฃๆบๅ
TransMind is an expert AI model for the communications domain, built on an advanced large language model architecture and specifically optimized for the telecommunications industry. Developed on the robust QwQ-32B foundation, this model achieves deep integration of communication knowledge and enhanced professional capabilities through domain-specific reinforcement learning. With 32 billion parameters, its performance rivals DeepSeek-R1 (which utilizes 671B parameters, 37B activated).
Key Features
๐ Expert-Level Communication Capabilities
Mastery of communication protocols (5G/6G, TCP/IP, HTTP/3); Profound understanding of wireless communication principles & signal processing; Network optimization & fault diagnosis expertise; Communication system design & planning proficiency; Professional interpretation of telecom standards & specifications
โก Reinforcement Learning Enhanced Architecture
Powerful 32B-parameter foundation based on QwQ-32B; Optimized communication-domain reasoning via large-scale RL; Multi-phase training integrating specialized communication data; Deep reasoning for complex communication problem-solving; Domain-specific reward functions (Technical accuracy/Solution feasibility/Efficiency optimization/Innovation); Adaptive learning with dynamic strategy adjustment
๐ ๏ธ Intelligent Agent Capabilities
Integrated communication-specific tool support; Dynamic solution adjustment based on network feedback; End-to-end system analysis & optimization; Multi-step technical diagnosis & troubleshooting; Real-time performance monitoring & feedback loops
Technical Advantages
graph LR
A[QwQ-32B Base Architecture] --> B[Communication-Domain RL]
B --> C[Protocol Expertise]
B --> D[Network Optimization Engine]
B --> E[System Design Capabilities]
C --> F[TransMind]
Quick Start
Example using apply_chat_template to load tokenizer/model and generate content:
from transformers import AutoModelForCausalLM, AutoTokenizer
model_name = "Qwen/QwQ-32B"
model = AutoModelForCausalLM.from_pretrained(
model_name,
torch_dtype="auto",
device_map="auto"
)
tokenizer = AutoTokenizer.from_pretrained(model_name)
prompt = "How many r's are in the word \"strawberry\""
messages = [
{"role": "user", "content": prompt}
]
text = tokenizer.apply_chat_template(
messages,
tokenize=False,
add_generation_prompt=True
)
model_inputs = tokenizer([text], return_tensors="pt").to(model.device)
generated_ids = model.generate(
**model_inputs,
max_new_tokens=32768
)
generated_ids = [
output_ids[len(input_ids):] for input_ids, output_ids in zip(model_inputs.input_ids, generated_ids)
]
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
print(response)
Contribution & Licensing
We welcome communication domain experts to participate in model optimization! Contribute through:
Submitting specialized communication datasets
Reporting domain-specific issues
Optimizing communication tool integrations
License: Apache License 2.0
- Downloads last month
- 2
3-bit
