Files changed (1) hide show
  1. mistralai_Mixtral-8x7B-v0.1.json +63 -0
mistralai_Mixtral-8x7B-v0.1.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:4f0d192f-5b07-4db4-8a11-33cce1527f82",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:38:51.524838+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "mistralai/Mixtral-8x7B-v0.1-b2988477-6ec0-5ec8-8eba-ec57824d2583",
11
+ "name": "mistralai/Mixtral-8x7B-v0.1",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/mistralai/Mixtral-8x7B-v0.1",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation",
21
+ "architectureFamily": "mixtral",
22
+ "modelArchitecture": "MixtralForCausalLM"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ }
29
+ ]
30
+ },
31
+ "authors": [
32
+ {
33
+ "name": "mistralai"
34
+ }
35
+ ],
36
+ "licenses": [
37
+ {
38
+ "license": {
39
+ "id": "Apache-2.0",
40
+ "url": "https://spdx.org/licenses/Apache-2.0.html"
41
+ }
42
+ }
43
+ ],
44
+ "tags": [
45
+ "transformers",
46
+ "safetensors",
47
+ "mixtral",
48
+ "text-generation",
49
+ "moe",
50
+ "fr",
51
+ "it",
52
+ "de",
53
+ "es",
54
+ "en",
55
+ "license:apache-2.0",
56
+ "autotrain_compatible",
57
+ "text-generation-inference",
58
+ "endpoints_compatible",
59
+ "region:us"
60
+ ]
61
+ }
62
+ }
63
+ }