Add Project Page link to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +89 -87
README.md CHANGED
@@ -1,99 +1,99 @@
1
  ---
2
- library_name: transformers
3
- license: apache-2.0
4
  base_model: mistralai/Mistral-7B-vp0.3
5
- language: en
6
  datasets:
7
  - Word2Li/MiddOptimized
 
 
 
 
 
 
8
  tags:
9
  - llama-factory
10
  - full
11
- pipeline_tag: text-generation
12
  model-index:
13
  - name: Mistral-7B-v0.3-Middo-Alpaca-4o-mini
14
  results:
15
- - task:
16
- type: text-generation
17
- dataset:
18
- name: MMLU
19
- type: MMLU
20
- metrics:
21
- - name: weighted accuracy
22
- type: weighted accuracy
23
- value: 28.83
24
- verified: true
25
- - task:
26
- type: text-generation
27
- dataset:
28
- name: IFEval
29
- type: IFEval
30
- metrics:
31
- - name: overall accuracy
32
- type: overall accuracy
33
- value: 47.92
34
- verified: true
35
- - task:
36
- type: text-generation
37
- dataset:
38
- name: GSM8K
39
- type: GSM8K
40
- metrics:
41
- - name: accuracy
42
- type: accuracy
43
- value: 48.90
44
- verified: true
45
- - task:
46
- type: text-generation
47
- dataset:
48
- name: MATH
49
- type: MATH
50
- metrics:
51
- - name: accuracy
52
- type: accuracy
53
- value: 11.34
54
- verified: true
55
- - task:
56
- type: text-generation
57
- dataset:
58
- name: HumanEval
59
- type: HumanEval
60
- metrics:
61
- - name: humaneval_pass@1
62
- type: humaneval_pass@1
63
- value: 35.37
64
- verified: true
65
- - task:
66
- type: text-generation
67
- dataset:
68
- name: MBPP
69
- type: MBPP
70
- metrics:
71
- - name: score
72
- type: score
73
- value: 38.40
74
- verified: true
75
- - task:
76
- type: text-generation
77
- dataset:
78
- name: Hellaswag
79
- type: Hellaswag
80
- metrics:
81
- - name: accuracy
82
- type: accuracy
83
- value: 42.63
84
- verified: true
85
- - task:
86
- type: text-generation
87
- dataset:
88
- name: GPQA
89
- type: GPQA
90
- metrics:
91
- - name: accuracy
92
- type: accuracy
93
- value: 27.27
94
- verified: true
95
- metrics:
96
- - accuracy
97
  ---
98
 
99
  # Mistral-7B-v0.3-Middo-Alpaca-4o-mini
@@ -102,6 +102,8 @@ Paper: [Middo: Model-Informed Dynamic Data Optimization for Enhanced LLM Fine-Tu
102
 
103
  Code: https://github.com/Word2VecT/Middo
104
 
 
 
105
  ## Model description
106
 
107
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the [MiddOptimzed/llama_alpaca_4o_mini](https://huggingface.co/datasets/Word2Li/MiddOptimized/viewer/default/mistral_alpaca_4o_mini) dataset.
@@ -161,4 +163,4 @@ The following hyperparameters were used during training:
161
  - Transformers 4.45.2
162
  - Pytorch 2.5.1+cu121
163
  - Datasets 2.21.0
164
- - Tokenizers 0.20.1
 
1
  ---
 
 
2
  base_model: mistralai/Mistral-7B-vp0.3
 
3
  datasets:
4
  - Word2Li/MiddOptimized
5
+ language: en
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ metrics:
9
+ - accuracy
10
+ pipeline_tag: text-generation
11
  tags:
12
  - llama-factory
13
  - full
 
14
  model-index:
15
  - name: Mistral-7B-v0.3-Middo-Alpaca-4o-mini
16
  results:
17
+ - task:
18
+ type: text-generation
19
+ dataset:
20
+ name: MMLU
21
+ type: MMLU
22
+ metrics:
23
+ - type: weighted accuracy
24
+ value: 28.83
25
+ name: weighted accuracy
26
+ verified: true
27
+ - task:
28
+ type: text-generation
29
+ dataset:
30
+ name: IFEval
31
+ type: IFEval
32
+ metrics:
33
+ - type: overall accuracy
34
+ value: 47.92
35
+ name: overall accuracy
36
+ verified: true
37
+ - task:
38
+ type: text-generation
39
+ dataset:
40
+ name: GSM8K
41
+ type: GSM8K
42
+ metrics:
43
+ - type: accuracy
44
+ value: 48.9
45
+ name: accuracy
46
+ verified: true
47
+ - task:
48
+ type: text-generation
49
+ dataset:
50
+ name: MATH
51
+ type: MATH
52
+ metrics:
53
+ - type: accuracy
54
+ value: 11.34
55
+ name: accuracy
56
+ verified: true
57
+ - task:
58
+ type: text-generation
59
+ dataset:
60
+ name: HumanEval
61
+ type: HumanEval
62
+ metrics:
63
+ - type: humaneval_pass@1
64
+ value: 35.37
65
+ name: humaneval_pass@1
66
+ verified: true
67
+ - task:
68
+ type: text-generation
69
+ dataset:
70
+ name: MBPP
71
+ type: MBPP
72
+ metrics:
73
+ - type: score
74
+ value: 38.4
75
+ name: score
76
+ verified: true
77
+ - task:
78
+ type: text-generation
79
+ dataset:
80
+ name: Hellaswag
81
+ type: Hellaswag
82
+ metrics:
83
+ - type: accuracy
84
+ value: 42.63
85
+ name: accuracy
86
+ verified: true
87
+ - task:
88
+ type: text-generation
89
+ dataset:
90
+ name: GPQA
91
+ type: GPQA
92
+ metrics:
93
+ - type: accuracy
94
+ value: 27.27
95
+ name: accuracy
96
+ verified: true
 
 
97
  ---
98
 
99
  # Mistral-7B-v0.3-Middo-Alpaca-4o-mini
 
102
 
103
  Code: https://github.com/Word2VecT/Middo
104
 
105
+ Project Page: https://huggingface.co/collections/Word2Li
106
+
107
  ## Model description
108
 
109
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the [MiddOptimzed/llama_alpaca_4o_mini](https://huggingface.co/datasets/Word2Li/MiddOptimized/viewer/default/mistral_alpaca_4o_mini) dataset.
 
163
  - Transformers 4.45.2
164
  - Pytorch 2.5.1+cu121
165
  - Datasets 2.21.0
166
+ - Tokenizers 0.20.1