sanjay920 commited on
Commit
14b1184
1 Parent(s): 6dc9a7f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ model-index:
3
+ - name: Rubra-Mistral-7B-Instruct-v0.3
4
+ results:
5
+ - task:
6
+ type: text-generation
7
+ dataset:
8
+ type: MMLU
9
+ name: MMLU
10
+ metrics:
11
+ - type: 5-shot
12
+ value: 59.12
13
+ verified: false
14
+ - task:
15
+ type: text-generation
16
+ dataset:
17
+ type: GPQA
18
+ name: GPQA
19
+ metrics:
20
+ - type: 0-shot
21
+ value: 29.91
22
+ verified: false
23
+ - task:
24
+ type: text-generation
25
+ dataset:
26
+ type: GSM-8K
27
+ name: GSM-8K
28
+ metrics:
29
+ - type: 8-shot, CoT
30
+ value: 43.29
31
+ verified: false
32
+ - task:
33
+ type: text-generation
34
+ dataset:
35
+ type: MATH
36
+ name: MATH
37
+ metrics:
38
+ - type: 4-shot, CoT
39
+ value: 11.14
40
+ verified: false
41
+ - task:
42
+ type: text-generation
43
+ dataset:
44
+ type: MT-bench
45
+ name: MT-bench
46
+ metrics:
47
+ - type: GPT-4 as Judge
48
+ value: 7.69
49
+ verified: false
50
+ tags:
51
+ - function-calling
52
+ - tool-calling
53
+ - agentic
54
+ - rubra
55
+ - conversational
56
+ language:
57
+ - en
58
+ license: apache-2.0
59
+ ---
60
+
61
+ # Rubra Mistral 7B Instruct v0.3
62
+
63
+ Original model: [rubra-ai/Mistral-7B-Instruct-v0.3](https://huggingface.co/rubra-ai/Mistral-7B-Instruct-v0.3)
64
+
65
+ ## Model Description
66
+ Mistral-7B-Instruct-v0.3 is the result of further post-training on the base model [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3). This model is designed for high performance in various instruction-following tasks and complex interactions, including multi-turn function calling and detailed conversations.
67
+
68
+ ## Training Data
69
+ The model underwent additional training on a proprietary dataset encompassing diverse instruction-following, chat, and function calling data. This post-training process enhances the model's ability to integrate tools and manage complex interaction scenarios effectively.
70
+
71
+ ## How to use
72
+ Refer to https://docs.rubra.ai/inference/llamacpp for usage. Feel free to ask/open issues up in our Github repo: https://github.com/rubra-ai/rubra