Add Project Page link to model card
#1
by
nielsr
HF Staff
- opened
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 |
-
|
| 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 |
-
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
|