How to use from
SGLang
Install from pip and serve model
# Install SGLang from pip:
pip install sglang
# Start the SGLang server:
python3 -m sglang.launch_server \
    --model-path "Yemen-JPT/WebProcessor-v1" \
    --host 0.0.0.0 \
    --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Yemen-JPT/WebProcessor-v1",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker images
docker run --gpus all \
    --shm-size 32g \
    -p 30000:30000 \
    -v ~/.cache/huggingface:/root/.cache/huggingface \
    --env "HF_TOKEN=<secret>" \
    --ipc=host \
    lmsysorg/sglang:latest \
    python3 -m sglang.launch_server \
        --model-path "Yemen-JPT/WebProcessor-v1" \
        --host 0.0.0.0 \
        --port 30000
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:30000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "Yemen-JPT/WebProcessor-v1",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Quick Links

YemenJPT-WebProcessor-v1

معالج الويب - لاستخراج وتحليل محتوى المواقع

الوصف

معالج الويب - لاستخراج وتحليل محتوى المواقع. هذا النموذج/القاعدة جزء من مجموعة YemenJPT المخصصة لدعم الصحافة الاستقصائية اليمنية.

الروابط

التحميل

# عبر HuggingFace Hub
git lfs clone https://huggingface.co/Yemen-JPT/OSINT-Web

# أو عبر pip (للنماذج)
pip install huggingface-hub
huggingface-cli download Yemen-JPT/OSINT-Web

الترخيص

هذا العمل متاح تحت رخصة Apache 2.0 (للنماذج) أو CC-BY-4.0 (لقواعد البيانات).


YemenJPT — تمكين الصحافة اليمنية بالذكاء الاصطناعي
طُوّر بواسطة RaidanPro بالتعاون مع بيت الصحافة - Press House
الموقع الرسميفيسبوكلينكدإنيوتيوبHuggingFaceOllama
yemenjpt@raidan.pro

YemenJPT-WebProcessor-v1

Web processor for extracting and analyzing website content

Description

Web processor for extracting and analyzing website content. This model/dataset is part of the YemenJPT collection dedicated to supporting Yemeni investigative journalism.

Links

Download

# Via HuggingFace Hub
git lfs clone https://huggingface.co/Yemen-JPT/OSINT-Web

# Or via pip (for models)
pip install huggingface-hub
huggingface-cli download Yemen-JPT/OSINT-Web

License

This work is licensed under Apache 2.0 (for models) or CC-BY-4.0 (for datasets).

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support