Files changed (1) hide show
  1. SciPhi_Triplex.json +60 -0
SciPhi_Triplex.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:4e32b58a-e73a-4dfb-95d5-48a058070727",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-07-14T10:38:07.802424+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "SciPhi/Triplex-fc753e69-381d-5d82-9b45-a116ddfa0201",
11
+ "name": "SciPhi/Triplex",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/SciPhi/Triplex",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation",
21
+ "architectureFamily": "phi3",
22
+ "modelArchitecture": "Phi3ForCausalLM"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ }
29
+ ]
30
+ },
31
+ "authors": [
32
+ {
33
+ "name": "SciPhi"
34
+ }
35
+ ],
36
+ "licenses": [
37
+ {
38
+ "license": {
39
+ "id": "CC-BY-NC-SA-4.0",
40
+ "url": "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html"
41
+ }
42
+ }
43
+ ],
44
+ "tags": [
45
+ "transformers",
46
+ "safetensors",
47
+ "gguf",
48
+ "phi3",
49
+ "text-generation",
50
+ "conversational",
51
+ "custom_code",
52
+ "license:cc-by-nc-sa-4.0",
53
+ "autotrain_compatible",
54
+ "text-generation-inference",
55
+ "endpoints_compatible",
56
+ "region:us"
57
+ ]
58
+ }
59
+ }
60
+ }