ajibawa-2023 commited on
Commit
3968e7d
1 Parent(s): 48bf6c2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - ajibawa-2023/WikiHow
5
+ language:
6
+ - en
7
+ tags:
8
+ - wikihow
9
+ - tutorial
10
+ - educational
11
+ ---
12
+
13
+ **WikiHow-Mistral-Instruct-7B**
14
+
15
+ This Model is trained on my [WikiHow](https://huggingface.co/datasets/ajibawa-2023/WikiHow) dataset.
16
+
17
+ This model is very very good with generating tutorials in the style of WikiHow. By leveraging this repository of practical knowledge, the model has been trained to comprehend and generate text that is highly informative and instructional in nature.
18
+ The depth and accuracy of generated tutorials is exceptional.
19
+ The WikiHow dataset encompasses a wide array of topics, ranging from everyday tasks to specialized skills, making it an invaluable resource for refining the capabilities of language models.
20
+ Through this fine-tuning process, the model has been equipped with the ability to offer insightful guidance and assistance across diverse domains.
21
+
22
+ I have used ChatML prompt format.
23
+
24
+ This is fully finetuned models. Quantized models will be available very soon.
25
+
26
+ **GPTQ, GGUF, AWQ & Exllama**
27
+
28
+ GPTQ: TBA
29
+
30
+ GGUF: TBA
31
+
32
+ AWQ: TBA
33
+
34
+ Exllama v2: TBA
35
+
36
+
37
+ **Training:**
38
+ Entire dataset was trained on 4 x A100 80GB. For 3 epoch, training took more than 15 Hours. Axolotl codebase was used for training purpose.
39
+ Entire data is trained on Mistral-7B-Instruct-v0.2.
40
+
41
+
42
+ **Example Prompt:**
43
+ This model uses **ChatML** prompt format.
44
+
45
+ ```
46
+ <|im_start|>system
47
+ You are a Helpful Assistant who can write long and very detailed tutorial on various subjects in the styles of WiKiHow. Include in depth explanations for each step and how it helps achieve the desired outcome, including key tips and guidelines.<|im_end|>
48
+ <|im_start|>user
49
+ {prompt}<|im_end|>
50
+ <|im_start|>assistant
51
+
52
+ ```
53
+ You can modify above Prompt as per your requirement.
54
+
55
+
56
+ I want to say special Thanks to the Open Source community for helping & guiding me to better understand the AI/Model development.
57
+
58
+ Thank you for your love & support.
59
+
60
+
61
+ **Example Output**
62
+
63
+ Example 1
64
+
65
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/HxHaUTOanjTQPXlIw8BuN.jpeg)
66
+
67
+ Example 2
68
+
69
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/qkkFHgv2pQlc5IlhF-xTn.jpeg)
70
+
71
+ Example 3
72
+
73
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/64aea8ff67511bd3d965697b/dt7JDy-lNQ0hqNx_5nkGC.jpeg)
74
+
75
+
76
+