@@ -4,45 +4,55 @@ framework:
4
4
date : ' 2024-12-15'
5
5
release :
6
6
name : Mixtral-8x7B-v0.1
7
- version : 7B
8
- date : ' 2024-10-03'
9
- license : { }
7
+ version : 47B
8
+ date : ' 2025-05-22'
10
9
type : language
11
10
architecture : decoder
12
11
origin : Mistral
13
12
producer : Mistral
14
13
contact : ' '
14
+ repository : ' '
15
15
huggingface : ' https://huggingface.co/mistralai/Mixtral-8x7B-v0.1'
16
+ license :
17
+ distribution :
18
+ name : Apache-2.0
19
+ path : ' '
16
20
components :
17
21
-
18
22
name : ' Model architecture'
19
23
description : " Well commented code for the model's architecture"
20
- license : Apache-2.0
21
24
-
22
25
name : ' Inference code'
23
26
description : ' Code used for running the model to make predictions'
24
- license : Apache-2.0
27
+ component_path : ' https://github.com/mistralai/mistral-inference '
25
28
-
26
29
name : ' Supporting libraries and tools'
27
30
description : " Libraries and tools used in the model's development"
28
- license : Apache-2.0
31
+ component_path : ' https://github.com/mistralai/cookbook '
29
32
-
30
33
name : ' Model parameters (Final)'
31
34
description : ' Trained model parameters, weights and biases'
32
- license : Apache-2.0
35
+ component_path : ' https://huggingface.co/mistralai/Mixtral-8x7B-v0.1'
36
+ -
37
+ name : ' Evaluation data'
38
+ description : ' Data used for evaluating the model'
39
+ license : unlicensed
33
40
-
34
41
name : ' Model card'
35
42
description : ' Model details including performance metrics, intended use, and limitations'
36
- license : unlicensed
43
+ component_path : ' https://huggingface.co/mistralai/Mixtral-8x7B-v0.1 '
37
44
-
38
45
name : ' Technical report'
39
46
description : ' Technical report detailing capabilities and usage instructions for the model'
40
- license : ' License not specified'
47
+ component_path : ' https://mistral.ai/news/mixtral-of-experts'
48
+ license : unlicensed
41
49
-
42
50
name : ' Research paper'
43
51
description : ' Research paper detailing the development and capabilities of the model'
52
+ component_path : ' https://arxiv.org/abs/2401.04088'
44
53
license : CC-BY-4.0
45
54
-
46
55
name : ' Evaluation results'
47
56
description : ' The results from evaluating the model'
57
+ component_path : ' https://arxiv.org/abs/2401.04088'
48
58
license : CC-BY-4.0
0 commit comments