rombodawg commited on
Commit
ae4f5f0
1 Parent(s): 033eb7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -28,11 +28,11 @@ Thank you to the creators of the above ai models, they have full credit for the
28
  Config for the merger can be found bellow:
29
 
30
  ```
31
- base_model: D:\Merging_models_on_D_drive\Frankenmerge\mistralai_Mistral-7B-v0.1
32
  gate_mode: hidden
33
  dtype: float16
34
  experts:
35
- - source_model: D:\Merging_models_on_D_drive\Frankenmerge\cognitivecomputations_dolphin-2.6-mistral-7b-dpo-laser
36
  positive_prompts:
37
  - "Help me debug this code."
38
  - "Rewrite this function in Python."
@@ -40,7 +40,7 @@ experts:
40
  - "Implement this feature using JavaScript."
41
  - "Convert this HTML structure into a more efficient design."
42
  - "Assist me with writing a program that"
43
- - source_model: D:\Merging_models_on_D_drive\Frankenmerge\fblgit_UNA-TheBeagle-7b-v1
44
  positive_prompts:
45
  - "How do you"
46
  - "Explain the concept of"
@@ -51,7 +51,7 @@ experts:
51
  - "Summarize"
52
  - "Make a recommendation on"
53
  - "Answer this question"
54
- - source_model: D:\Merging_models_on_D_drive\Frankenmerge\LucciAI_openchat-3.5-0106-function-calling
55
  positive_prompts:
56
  - "Write a program to solve this problem"
57
  - "Modify this function to improve its performance"
@@ -67,7 +67,7 @@ experts:
67
  - "Evaluate different approaches to solving this problem"
68
  - "Do a web search for"
69
  - "Use the plugin to"
70
- - source_model: D:\Merging_models_on_D_drive\Frankenmerge\WizardLM_WizardMath-7B-V1.1
71
  positive_prompts:
72
  - "add these numbers"
73
  - "whats 2+2"
@@ -82,7 +82,6 @@ experts:
82
  - "Divide 8 by 2: 8 / 2 = 4"
83
  - "Find the remainder when 9 is divided by 3: 9 % 3 = 0"
84
  - "Calculate the square root of 16: sqrt(16) = 4"
85
-
86
  - "Simplify the expression (a+b)/(c-d): (a+b)/(c-d)"
87
  - "Factor out the common factor of 2 from 4x + 6y: 2(2x + 3y)"
88
  - "Solve for x in the equation 3x - 7 = 2x + 5: x = 12"
 
28
  Config for the merger can be found bellow:
29
 
30
  ```
31
+ base_model: mistralai_Mistral-7B-v0.1
32
  gate_mode: hidden
33
  dtype: float16
34
  experts:
35
+ - source_model: cognitivecomputations_dolphin-2.6-mistral-7b-dpo-laser
36
  positive_prompts:
37
  - "Help me debug this code."
38
  - "Rewrite this function in Python."
 
40
  - "Implement this feature using JavaScript."
41
  - "Convert this HTML structure into a more efficient design."
42
  - "Assist me with writing a program that"
43
+ - source_model: fblgit_UNA-TheBeagle-7b-v1
44
  positive_prompts:
45
  - "How do you"
46
  - "Explain the concept of"
 
51
  - "Summarize"
52
  - "Make a recommendation on"
53
  - "Answer this question"
54
+ - source_model: LucciAI_openchat-3.5-0106-function-calling
55
  positive_prompts:
56
  - "Write a program to solve this problem"
57
  - "Modify this function to improve its performance"
 
67
  - "Evaluate different approaches to solving this problem"
68
  - "Do a web search for"
69
  - "Use the plugin to"
70
+ - source_model: WizardLM_WizardMath-7B-V1.1
71
  positive_prompts:
72
  - "add these numbers"
73
  - "whats 2+2"
 
82
  - "Divide 8 by 2: 8 / 2 = 4"
83
  - "Find the remainder when 9 is divided by 3: 9 % 3 = 0"
84
  - "Calculate the square root of 16: sqrt(16) = 4"
 
85
  - "Simplify the expression (a+b)/(c-d): (a+b)/(c-d)"
86
  - "Factor out the common factor of 2 from 4x + 6y: 2(2x + 3y)"
87
  - "Solve for x in the equation 3x - 7 = 2x + 5: x = 12"