Skip to content

Commit 11105ed

Browse files
authored
Merge pull request #115 from lehors/update-mixtral-8x7b
Update Mixtral-8x7B-v0.1
2 parents fb7edef + 864e3a7 commit 11105ed

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

models/Mixtral-8x7B-v0.1.yml

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,45 +4,55 @@ framework:
44
date: '2024-12-15'
55
release:
66
name: Mixtral-8x7B-v0.1
7-
version: 7B
8-
date: '2024-10-03'
9-
license: { }
7+
version: 47B
8+
date: '2025-05-22'
109
type: language
1110
architecture: decoder
1211
origin: Mistral
1312
producer: Mistral
1413
contact: ''
14+
repository: ''
1515
huggingface: 'https://huggingface.co/mistralai/Mixtral-8x7B-v0.1'
16+
license:
17+
distribution:
18+
name: Apache-2.0
19+
path: ''
1620
components:
1721
-
1822
name: 'Model architecture'
1923
description: "Well commented code for the model's architecture"
20-
license: Apache-2.0
2124
-
2225
name: 'Inference code'
2326
description: 'Code used for running the model to make predictions'
24-
license: Apache-2.0
27+
component_path: 'https://github.com/mistralai/mistral-inference'
2528
-
2629
name: 'Supporting libraries and tools'
2730
description: "Libraries and tools used in the model's development"
28-
license: Apache-2.0
31+
component_path: 'https://github.com/mistralai/cookbook'
2932
-
3033
name: 'Model parameters (Final)'
3134
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
3340
-
3441
name: 'Model card'
3542
description: 'Model details including performance metrics, intended use, and limitations'
36-
license: unlicensed
43+
component_path: 'https://huggingface.co/mistralai/Mixtral-8x7B-v0.1'
3744
-
3845
name: 'Technical report'
3946
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
4149
-
4250
name: 'Research paper'
4351
description: 'Research paper detailing the development and capabilities of the model'
52+
component_path: 'https://arxiv.org/abs/2401.04088'
4453
license: CC-BY-4.0
4554
-
4655
name: 'Evaluation results'
4756
description: 'The results from evaluating the model'
57+
component_path: 'https://arxiv.org/abs/2401.04088'
4858
license: CC-BY-4.0

0 commit comments

Comments
 (0)