ABD20124082402 commited on
Commit
6d250aa
·
verified ·
1 Parent(s): fad69db

Islamic-AI

Browse files

It is an Islamic artificial intelligence. It is not only dedicated to science or culture, but is also dedicated to Islamic information, hadiths, and Quranic verses.

Files changed (1) hide show
  1. README.md +243 -3
README.md CHANGED
@@ -1,3 +1,243 @@
1
- ---
2
- license: llama3.3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.3
3
+ datasets:
4
+ - open-thoughts/OpenThoughts-114k
5
+ - open-r1/OpenR1-Math-220k
6
+ - Congliu/Chinese-DeepSeek-R1-Distill-data-110k
7
+ - openai/gsm8k
8
+ - Rapidata/Translation-gpt4o_mini-v-gpt4o-v-deepl
9
+ - gpt-omni/VoiceAssistant-400K
10
+ - voice-biomarkers/openslr-32-hq-SA-languages-Afrikaans
11
+ - MohammadJamalaldeen/google_fleurs_plus_common_voice_11_arabic_language
12
+ - Salama1429/common_voice_Arabic_12.0_Augmented
13
+ language:
14
+ - ar
15
+ - en
16
+ - fr
17
+ - es
18
+ - it
19
+ - af
20
+ - de
21
+ - ca
22
+ - am
23
+ - ur
24
+ metrics:
25
+ - cer
26
+ - bleurt
27
+ - code_eval
28
+ base_model:
29
+ - mradermacher/Llama-2-7b-sft-SPIN-gpt4o-rm-GGUF
30
+ - unsloth/DeepSeek-R1-GGUF
31
+ - deepseek-ai/DeepSeek-R1
32
+ - mradermacher/Qwen2-7B-sft-SPIN-gpt4o-GGUF
33
+ - smerchi/Arabic-Morocco-Speech_To_Text
34
+ - Omartificial-Intelligence-Space/Arabic-DeepSeek-R1-Distill-8B
35
+ new_version: deepseek-ai/Janus-Pro-7B
36
+ pipeline_tag: question-answering
37
+ library_name: adapter-transformers
38
+ tags:
39
+ - chemistry
40
+ - biology
41
+ - music
42
+ - medical
43
+ - text-generation-inference
44
+ - islamic
45
+ - python
46
+ - programing
47
+ - Quranic
48
+ - hadiths
49
+ ---
50
+ # Model Card for Model ID
51
+
52
+ <!-- Provide a quick summary of what the model is/does. -->
53
+
54
+ This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
55
+
56
+ ## Model Details
57
+
58
+ ### Model Description
59
+
60
+ <!-- Provide a longer summary of what this model is. -->
61
+
62
+
63
+
64
+ - **Developed by:** [More Information Needed]
65
+ - **Funded by [optional]:** [More Information Needed]
66
+ - **Shared by [optional]:** [More Information Needed]
67
+ - **Model type:** [More Information Needed]
68
+ - **Language(s) (NLP):** [More Information Needed]
69
+ - **License:** [More Information Needed]
70
+ - **Finetuned from model [optional]:** [More Information Needed]
71
+
72
+ ### Model Sources [optional]
73
+
74
+ <!-- Provide the basic links for the model. -->
75
+
76
+ - **Repository:** [More Information Needed]
77
+ - **Paper [optional]:** [More Information Needed]
78
+ - **Demo [optional]:** [More Information Needed]
79
+
80
+ ## Uses
81
+
82
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
83
+
84
+ ### Direct Use
85
+
86
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Downstream Use [optional]
91
+
92
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
93
+
94
+ [More Information Needed]
95
+
96
+ ### Out-of-Scope Use
97
+
98
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Bias, Risks, and Limitations
103
+
104
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ### Recommendations
109
+
110
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
111
+
112
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
113
+
114
+ ## How to Get Started with the Model
115
+
116
+ Use the code below to get started with the model.
117
+
118
+ [More Information Needed]
119
+
120
+ ## Training Details
121
+
122
+ ### Training Data
123
+
124
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
125
+
126
+ [More Information Needed]
127
+
128
+ ### Training Procedure
129
+
130
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
131
+
132
+ #### Preprocessing [optional]
133
+
134
+ [More Information Needed]
135
+
136
+
137
+ #### Training Hyperparameters
138
+
139
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
140
+
141
+ #### Speeds, Sizes, Times [optional]
142
+
143
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
144
+
145
+ [More Information Needed]
146
+
147
+ ## Evaluation
148
+
149
+ <!-- This section describes the evaluation protocols and provides the results. -->
150
+
151
+ ### Testing Data, Factors & Metrics
152
+
153
+ #### Testing Data
154
+
155
+ <!-- This should link to a Dataset Card if possible. -->
156
+
157
+ [More Information Needed]
158
+
159
+ #### Factors
160
+
161
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
162
+
163
+ [More Information Needed]
164
+
165
+ #### Metrics
166
+
167
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
168
+
169
+ [More Information Needed]
170
+
171
+ ### Results
172
+
173
+ [More Information Needed]
174
+
175
+ #### Summary
176
+
177
+
178
+
179
+ ## Model Examination [optional]
180
+
181
+ <!-- Relevant interpretability work for the model goes here -->
182
+
183
+ [More Information Needed]
184
+
185
+ ## Environmental Impact
186
+
187
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
188
+
189
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
190
+
191
+ - **Hardware Type:** [More Information Needed]
192
+ - **Hours used:** [More Information Needed]
193
+ - **Cloud Provider:** [More Information Needed]
194
+ - **Compute Region:** [More Information Needed]
195
+ - **Carbon Emitted:** [More Information Needed]
196
+
197
+ ## Technical Specifications [optional]
198
+
199
+ ### Model Architecture and Objective
200
+
201
+ [More Information Needed]
202
+
203
+ ### Compute Infrastructure
204
+
205
+ [More Information Needed]
206
+
207
+ #### Hardware
208
+
209
+ [More Information Needed]
210
+
211
+ #### Software
212
+
213
+ [More Information Needed]
214
+
215
+ ## Citation [optional]
216
+
217
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
218
+
219
+ **BibTeX:**
220
+
221
+ [More Information Needed]
222
+
223
+ **APA:**
224
+
225
+ [More Information Needed]
226
+
227
+ ## Glossary [optional]
228
+
229
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
230
+
231
+ [More Information Needed]
232
+
233
+ ## More Information [optional]
234
+
235
+ [More Information Needed]
236
+
237
+ ## Model Card Authors [optional]
238
+
239
+ [More Information Needed]
240
+
241
+ ## Model Card Contact
242
+
243
+ [More Information Needed]