How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "FritzStack/COGN-QWEN8B-4bit"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "FritzStack/COGN-QWEN8B-4bit",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/FritzStack/COGN-QWEN8B-4bit
Quick Links

!pip install git+https://github.com/Fede-stack/TONYpy.git
from TONY.COGNITIVE import CognitivePredictor, CognitivePredictor_mlx

text = 'I keep thinking about how I messed up in college. I should have studied harder and done more with my life.'
cogn = CognitivePredictor(model_name='FritzStack/COGN-QWEN8B-4bit')
cogn.predict_cognitive_features(text)
# Output:
# Attention Bias: Negative
# Interpretation Bias: Negative
# Memory Bias: Negative
# Rumination: Brooding
Downloads last month
-
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for FritzStack/COGN-QWEN8B-4bit

Finetuned
Qwen/Qwen3-8B
Finetuned
(288)
this model
Quantizations
1 model