Ubuntu commited on
Commit
7b717b2
·
1 Parent(s): 53220f3

Add bilingual YAML frontmatter and metadata

Browse files
Files changed (1) hide show
  1. README.md +68 -10
README.md CHANGED
@@ -1,21 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
 
@@ -23,6 +49,38 @@
23
 
24
  <div align="center" dir="rtl">
25
  <b>YemenJPT</b> &mdash; تمكين الصحافة اليمنية بالذكاء الاصطناعي<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>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ library_name: transformers
4
+ tags:
5
+ - yemenjpt
6
+ - osint
7
+ - journalism
8
+ - arabic
9
+ - safetensors
10
+ - qwen
11
+ license: apache-2.0
12
+ language:
13
+ - ar
14
+ - en
15
+ base_model: tomvaillant/qwen3.5-researcher-v1
16
+ ---
17
+
18
  # YemenJPT-Researcher-Adapter-v1
19
 
20
+ > **محول LoRA - إضافة قدرات البحث والتحليل**
21
 
22
  <div dir="rtl">
23
 
24
  ## الوصف
25
+ محول LoRA - إضافة قدرات البحث والتحليل. هذا النموذج/القاعدة جزء من مجموعة YemenJPT المخصصة لدعم الصحافة الاستقصائية اليمنية.
 
 
 
 
 
 
26
 
27
  ## الروابط
28
  - [المستودع على HuggingFace](https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA)
29
+ - [منظومة YemenJPT](https://huggingface.co/Yemen-JPT)
30
+ - [RaidanPro](https://raidan.pro)
31
+ - [بيت الصحافة](https://ph-ye.org)
32
+
33
+ ## التحميل
34
+ ```bash
35
+ # عبر HuggingFace Hub
36
+ git lfs clone https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA
37
+
38
+ # أو عبر pip (للنماذج)
39
+ pip install huggingface-hub
40
+ huggingface-cli download Yemen-JPT/OSINT-Researcher-LoRA
41
+ ```
42
+
43
+ ## الترخيص
44
+ هذا العمل متاح تحت رخصة Apache 2.0 (للنماذج) أو CC-BY-4.0 (لقواعد البيانات).
45
 
46
  </div>
47
 
 
49
 
50
  <div align="center" dir="rtl">
51
  <b>YemenJPT</b> &mdash; تمكين الصحافة اليمنية بالذكاء الاصطناعي<br>
52
+ طُوّر بواسطة <a href="https://raidan.pro">RaidanPro</a> بالتعاون مع <a href="https://ph-ye.org">بيت الصحافة - Press House</a><br>
53
  جميع النماذج متوفرة على <a href="https://huggingface.co/Yemen-JPT">huggingface.co/Yemen-JPT</a>
54
  </div>
55
+
56
+ ---
57
+
58
+ ## YemenJPT-Researcher-Adapter-v1
59
+
60
+ > **LoRA adapter - add research capabilities to existing models**
61
+
62
+ <div>
63
+
64
+ ## Description
65
+ LoRA adapter - add research capabilities to existing models. This model/dataset is part of the YemenJPT collection dedicated to supporting Yemeni investigative journalism.
66
+
67
+ ## Links
68
+ - [HuggingFace Repository](https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA)
69
+ - [YemenJPT Ecosystem](https://huggingface.co/Yemen-JPT)
70
+ - [RaidanPro](https://raidan.pro)
71
+ - [Press House](https://ph-ye.org)
72
+
73
+ ## Download
74
+ ```bash
75
+ # Via HuggingFace Hub
76
+ git lfs clone https://huggingface.co/Yemen-JPT/OSINT-Researcher-LoRA
77
+
78
+ # Or via pip (for models)
79
+ pip install huggingface-hub
80
+ huggingface-cli download Yemen-JPT/OSINT-Researcher-LoRA
81
+ ```
82
+
83
+ ## License
84
+ This work is licensed under Apache 2.0 (for models) or CC-BY-4.0 (for datasets).
85
+
86
+ </div>