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
Ameen commited on
Update README with Arabic documentation
Browse files
README.md
CHANGED
|
@@ -1,44 +1,28 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
base_model: huihui-ai/Huihui-Qwen3-4B-abliterated-v2
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
-
tags:
|
| 7 |
-
- transformers
|
| 8 |
-
- text-generation-inference
|
| 9 |
-
- unsloth
|
| 10 |
-
- qwen3
|
| 11 |
-
- trl
|
| 12 |
-
- investigative-journalism
|
| 13 |
-
- osint
|
| 14 |
-
- lora
|
| 15 |
-
- adapter
|
| 16 |
-
- conversational
|
| 17 |
-
---
|
| 18 |
-
|
| 19 |
-
# qwen3-4b-abliterated-v2-journalist
|
| 20 |
-
|
| 21 |
-
LoRA adapter for investigative journalism and OSINT workflows, fine-tuned from [huihui-ai/Huihui-Qwen3-4B-abliterated-v2](https://huggingface.co/huihui-ai/Huihui-Qwen3-4B-abliterated-v2).
|
| 22 |
|
| 23 |
-
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
##
|
|
|
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
-
|
| 32 |
-
|
|
|
|
| 33 |
|
| 34 |
-
##
|
|
|
|
|
|
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
## Intended Use
|
| 41 |
-
|
| 42 |
-
Designed for journalist-facing local inference and browser deployment. It can suggest workflows, tools, search strategies, and verification steps. Generated URLs, claims, and legal guidance must be checked against primary sources.
|
| 43 |
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# YemenJPT-Researcher-Adapter-v1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
+
> **محول البحث الصحفي (LoRA)**
|
| 4 |
|
| 5 |
+
<div dir="rtl">
|
| 6 |
|
| 7 |
+
## الوصف
|
| 8 |
+
أوزان LoRA للبحث. يُحمّل فوق النموذج الأساسي.
|
| 9 |
|
| 10 |
+
## المواصفات
|
| 11 |
+
| الخاصية | القيمة |
|
| 12 |
+
|---------|--------|
|
| 13 |
+
| الحجم | 275MB |
|
| 14 |
+
| القاعدة المطلوبة | Huihui-Qwen3-4B-abliterated-v2 |
|
| 15 |
|
| 16 |
+
## الروابط
|
| 17 |
+
- [المستودع على HuggingFace](https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA)
|
| 18 |
+
- [منظمة YemenJPT](https://huggingface.co/Yemen-JPT)
|
| 19 |
|
| 20 |
+
</div>
|
| 21 |
|
| 22 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
+
<div align="center" dir="rtl">
|
| 25 |
+
<b>YemenJPT</b> — تمكين الصحافة اليمنية بالذكاء الاصطناعي<br>
|
| 26 |
+
طُوّر بواسطة <a href="https://raidan.pro">RaidanPro</a> بالتعاون مع <a href="https://presshouse-ye.com">بيت الصحافة - Press House</a><br>
|
| 27 |
+
جميع النماذج متوفرة على <a href="https://huggingface.co/Yemen-JPT">huggingface.co/Yemen-JPT</a>
|
| 28 |
+
</div>
|