File size: 2,862 Bytes
062a2e4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68

base_model: mistralai/Mistral-7B-Instruct-v0.3
gate_mode: hidden
dtype: bfloat16
experts:
  - source_model: mistralai/Mistral-7B-Instruct-v0.3
    positive_prompts:
      - "Analyze the ARC (Argument Reasoning Comprehension) question."
      - "Use logical reasoning and common sense."
      - "Identify the assumptions in this argument."
      - "Evaluate the validity of these assumptions."
      - "Provide an alternative explanation for this argument."
      - "Identify weaknesses in this argument."
      - "Detect any logical fallacies in this argument and specify them."
    negative_prompts:
      - "ignores key evidence"
      - "too general"
      - "focuses on irrelevant details"
      - "assumes unprovided information"
      - "relies on stereotypes"
  - source_model: Kukedlc/NeuralSynthesis-7B-v0.1
    positive_prompts:
      - "Answer with commonsense understanding and relevant general knowledge."
      - "Summarize this passage and explain the importance of the highlighted section."
      - "Compare two articles with different viewpoints and list their key arguments."
      - "Paraphrase this statement, altering the emotional tone but retaining the core meaning."
      - "Create an analogy to illustrate the main concept of this article."
    negative_prompts:
      - "overly simplistic"
      - "understates important points"
      - "ignores critical details"
      - "misses the question's nuance"
      - "takes the statement too literally"
  - source_model: mlabonne/AlphaMonarch-7B
    positive_prompts:
      - "Solve this math problem."
      - "Demonstrate strong mathematical capabilities."
      - "Solve for the given variable."
      - "Calculate the total cost for 12 apples at $0.50 each."
      - "Isolate the variable in the equation: 2x + 5 = 17."
      - "Show your work in solving this equation."
      - "Explain the formula used to solve the problem."
      - "Discuss why dividing by zero is impossible."
    negative_prompts:
      - "incorrect calculation"
      - "inaccurate answer"
      - "lacks creativity"
      - "assumes without proof"
      - "rushed calculation"
      - "confuses concepts"
      - "draws illogical conclusions"
      - "circular reasoning"
  - source_model: s3nh/SeverusWestLake-7B-DPO
    positive_prompts:
      - "Generate possible continuations for this scenario."
      - "Show understanding of everyday commonsense."
      - "Use contextual clues to predict the outcome."
      - "Continue the scenario in a cool and informal style."
      - "Introduce an unexpected yet plausible twist to the narrative."
      - "Depict a character's angry outburst in this scenario."
    negative_prompts:
      - "repetitive phrases"
      - "overuse of words"
      - "contradicts previous statements"
      - "unnatural dialogue"
      - "awkward phrasing"
      - "mismatched genre"