Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
# ChadGPT
|
3 |
+
|
4 |
+
This model is a fine-tuned version of GPT-2 on the `minhalvp/islamqa` dataset, which consists of Islamic question-answer pairs. It is designed for generating answers to Islamic questions.
|
5 |
+
|
6 |
+
## License
|
7 |
+
Apache 2.0
|
8 |
+
|
9 |
+
## Datasets
|
10 |
+
The model is fine-tuned on the `minhalvp/islamqa` dataset from Hugging Face.
|
11 |
+
|
12 |
+
## Language
|
13 |
+
English
|
14 |
+
|
15 |
+
## Metrics
|
16 |
+
- Training Loss: 2.3 (final training loss after fine-tuning)
|
17 |
+
|
18 |
+
## Base Model
|
19 |
+
The model is based on the `gpt2` architecture.
|
20 |
+
|
21 |
+
## New Version
|
22 |
+
1.0 (Initial fine-tuned version)
|
23 |
+
|
24 |
+
## Pipeline Tag
|
25 |
+
text-generation
|
26 |
+
|
27 |
+
## Library Name
|
28 |
+
transformers
|
29 |
+
|
30 |
+
## Tags
|
31 |
+
GPT-2, Islamic, QA, Fine-tuned, Text Generation
|
32 |
+
|
33 |
+
## Eval Results
|
34 |
+
The model achieved a training loss of approximately 2.3 after 3 epochs of fine-tuning.
|