Files changed (1) hide show
  1. bullerwins_DeepSeek-V3-GGUF.json +58 -0
bullerwins_DeepSeek-V3-GGUF.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:ea44b183-1858-449d-a9ed-47c0d71fe59b",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-06-05T09:42:06.148681+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "bullerwins/DeepSeek-V3-GGUF-68fba772-54d2-5c75-a7a8-edaa1c2b9811",
11
+ "name": "bullerwins/DeepSeek-V3-GGUF",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/bullerwins/DeepSeek-V3-GGUF",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation"
21
+ },
22
+ "properties": [
23
+ {
24
+ "name": "library_name",
25
+ "value": "llama.cpp"
26
+ },
27
+ {
28
+ "name": "base_model",
29
+ "value": "deepseek-ai/DeepSeek-V3"
30
+ }
31
+ ]
32
+ },
33
+ "authors": [
34
+ {
35
+ "name": "bullerwins"
36
+ }
37
+ ],
38
+ "licenses": [
39
+ {
40
+ "license": {
41
+ "name": "other"
42
+ }
43
+ }
44
+ ],
45
+ "tags": [
46
+ "llama.cpp",
47
+ "gguf",
48
+ "text-generation",
49
+ "base_model:deepseek-ai/DeepSeek-V3",
50
+ "base_model:quantized:deepseek-ai/DeepSeek-V3",
51
+ "license:other",
52
+ "endpoints_compatible",
53
+ "region:us",
54
+ "conversational"
55
+ ]
56
+ }
57
+ }
58
+ }