File size: 4,976 Bytes
8f35549 1c9e288 f59088f 92f2d35 d5dd7f0 9e338a5 e49510d d5dd7f0 e49510d d5dd7f0 e49510d d5dd7f0 e49510d d5dd7f0 2623b5e 92f2d35 |
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 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 |
---
license: cc-by-nc-4.0
tags:
- moe
- merge
pipeline_tag: text-generation
model-index:
- name: Proctora
results:
- task:
type: text-generation
name: Text Generation
dataset:
name: AI2 Reasoning Challenge (25-Shot)
type: ai2_arc
config: ARC-Challenge
split: test
args:
num_few_shot: 25
metrics:
- type: acc_norm
value: 67.83
name: normalized accuracy
source:
url: https://huggingface.co./spaces/HuggingFaceH4/open_llm_leaderboard?query=Karko/Proctora
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: HellaSwag (10-Shot)
type: hellaswag
split: validation
args:
num_few_shot: 10
metrics:
- type: acc_norm
value: 86.68
name: normalized accuracy
source:
url: https://huggingface.co./spaces/HuggingFaceH4/open_llm_leaderboard?query=Karko/Proctora
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: MMLU (5-Shot)
type: cais/mmlu
config: all
split: test
args:
num_few_shot: 5
metrics:
- type: acc
value: 65.49
name: accuracy
source:
url: https://huggingface.co./spaces/HuggingFaceH4/open_llm_leaderboard?query=Karko/Proctora
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: TruthfulQA (0-shot)
type: truthful_qa
config: multiple_choice
split: validation
args:
num_few_shot: 0
metrics:
- type: mc2
value: 59.55
source:
url: https://huggingface.co./spaces/HuggingFaceH4/open_llm_leaderboard?query=Karko/Proctora
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: Winogrande (5-shot)
type: winogrande
config: winogrande_xl
split: validation
args:
num_few_shot: 5
metrics:
- type: acc
value: 79.79
name: accuracy
source:
url: https://huggingface.co./spaces/HuggingFaceH4/open_llm_leaderboard?query=Karko/Proctora
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: GSM8k (5-shot)
type: gsm8k
config: main
split: test
args:
num_few_shot: 5
metrics:
- type: acc
value: 71.95
name: accuracy
source:
url: https://huggingface.co./spaces/HuggingFaceH4/open_llm_leaderboard?query=Karko/Proctora
name: Open LLM Leaderboard
---
![img_text](./assets/tmpd2xdo_x4.png)
Proctora is a MoE model made of
- OpenPipe/mistral-ft-optimized-1227 as a base model
- SanjiWatsuki/Kunoichi-7B as a first expert dedicated to RP tasks.
- samir-fama/SamirGPT-v1 as a second expert for factual answers.
Being based on Mixtral architecture it has a natural context length of 32K, which is great.
On Openllm leaderboard it achieves a score of 71.88 which is interesting to some extent but does not really reflect the intented capacities of the model.
This model has been originally produced as a result of experimentations with mergekit. Then among my collection of LLMs, Proctora has been selected to be the "grader" in an AI-RPG evaluation suite that I am currently building. Indeed, it produced the intended grades according to given rubrics more often than other "higher performing" models in the leaderboard.
However, I also tested it in various RP scenarii using text-generation-webui (putting the character card in the system parameters and/or other world information), and I was quite impressed by the quality of the logic (relatively to other popular RP models). For example, it took in account special powers limitations better than other models. Or it managed curse activations and weaknesses better than other models that are about twice the size. Also when acting as the player (and the user being the game master), Proctora was not only able to play in character but also sometimes to make clever decision to achieve its objectives.
Having the excellent SanjiWatsuki/Kunoichi-7B as an expert, the model is uncensored. Use with caution.
[Support Me Here!](https://ko-fi.com/karkomagor)
[My Blog](https://aitravelnotes.blogspot.com/)
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co./spaces/HuggingFaceH4/open_llm_leaderboard)
Detailed results can be found [here](https://huggingface.co./datasets/open-llm-leaderboard/details_Karko__Proctora)
| Metric |Value|
|---------------------------------|----:|
|Avg. |71.88|
|AI2 Reasoning Challenge (25-Shot)|67.83|
|HellaSwag (10-Shot) |86.68|
|MMLU (5-Shot) |65.49|
|TruthfulQA (0-shot) |59.55|
|Winogrande (5-shot) |79.79|
|GSM8k (5-shot) |71.95|
|