Text Generation
Transformers
Safetensors
Arabic
English
yemenjpt
osint
journalism
arabic
qwen
conversational
Instructions to use Yemen-JPT/Researcher-Adapter-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Yemen-JPT/Researcher-Adapter-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="Yemen-JPT/Researcher-Adapter-v1") messages = [ {"role": "user", "content": "Who are you?"}, ] pipe(messages)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Yemen-JPT/Researcher-Adapter-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use Yemen-JPT/Researcher-Adapter-v1 with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "Yemen-JPT/Researcher-Adapter-v1" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "Yemen-JPT/Researcher-Adapter-v1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/Yemen-JPT/Researcher-Adapter-v1
- SGLang
How to use Yemen-JPT/Researcher-Adapter-v1 with 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/Researcher-Adapter-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/Researcher-Adapter-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/Researcher-Adapter-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/Researcher-Adapter-v1", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }' - Docker Model Runner
How to use Yemen-JPT/Researcher-Adapter-v1 with Docker Model Runner:
docker model run hf.co/Yemen-JPT/Researcher-Adapter-v1
File size: 2,989 Bytes
7b717b2 53220f3 679f7de 7b717b2 679f7de 53220f3 679f7de 53220f3 7b717b2 679f7de 53220f3 7b717b2 c754e78 7b717b2 679f7de 53220f3 679f7de 53220f3 679f7de 53220f3 7b717b2 c754e78 53220f3 7b717b2 c754e78 7b717b2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | ---
pipeline_tag: text-generation
library_name: transformers
tags:
- yemenjpt
- osint
- journalism
- arabic
- safetensors
- qwen
license: apache-2.0
language:
- ar
- en
base_model: tomvaillant/qwen3.5-researcher-v1
---
# YemenJPT-Researcher-Adapter-v1
> **محول LoRA - إضافة قدرات البحث والتحليل**
<div dir="rtl">
## الوصف
محول LoRA - إضافة قدرات البحث والتحليل. هذا النموذج/القاعدة جزء من مجموعة YemenJPT المخصصة لدعم الصحافة الاستقصائية اليمنية.
## الروابط
- [المستودع على HuggingFace](https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA)
- [منظومة YemenJPT](https://huggingface.co/Yemen-JPT)
- [الموقع الرسمي](http://yemenjpt.raidan.pro)
- [Ollama](https://ollama.com/YemenJPT)
- [RaidanPro](https://raidan.pro)
- [بيت الصحافة](https://ph-ye.org)
## التحميل
```bash
# عبر HuggingFace Hub
git lfs clone https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA
# أو عبر pip (للنماذج)
pip install huggingface-hub
huggingface-cli download Yemen-JPT/OSINT-Researcher-LoRA
```
## الترخيص
هذا العمل متاح تحت رخصة Apache 2.0 (للنماذج) أو CC-BY-4.0 (لقواعد البيانات).
</div>
---
<div align="center" dir="rtl">
<b>YemenJPT</b> — تمكين الصحافة اليمنية بالذكاء الاصطناعي<br>
طُوّر بواسطة <a href="https://raidan.pro">RaidanPro</a> بالتعاون مع <a href="https://ph-ye.org">بيت الصحافة - Press House</a><br>
<a href="http://yemenjpt.raidan.pro">الموقع الرسمي</a> •
<a href="https://facebook.com/YemenJPT">فيسبوك</a> •
<a href="https://linkedin.com/YemenJPT">لينكدإن</a> •
<a href="https://youtube.com/YemenJPT">يوتيوب</a> •
<a href="https://huggingface.co/Yemen-JPT">HuggingFace</a> •
<a href="https://ollama.com/YemenJPT">Ollama</a><br>
<a href="mailto:yemenjpt@raidan.pro">yemenjpt@raidan.pro</a>
</div>
---
## YemenJPT-Researcher-Adapter-v1
> **LoRA adapter - add research capabilities to existing models**
<div>
## Description
LoRA adapter - add research capabilities to existing models. This model/dataset is part of the YemenJPT collection dedicated to supporting Yemeni investigative journalism.
## Links
- [HuggingFace Repository](https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA)
- [YemenJPT Website](http://yemenjpt.raidan.pro)
- [Ollama](https://ollama.com/YemenJPT)
- [RaidanPro](https://raidan.pro)
- [Press House](https://ph-ye.org)
## Download
```bash
# Via HuggingFace Hub
git lfs clone https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA
# Or via pip (for models)
pip install huggingface-hub
huggingface-cli download Yemen-JPT/OSINT-Researcher-LoRA
```
## License
This work is licensed under Apache 2.0 (for models) or CC-BY-4.0 (for datasets).
</div>
|