Upload DS_LLM_INF_00000.json (#11)
Browse files- Upload DS_LLM_INF_00000.json (c9207163a82b43fde6c2674a3aa3beb1b408c6eb)
Co-authored-by: Damien.F <[email protected]>
- DS_LLM_INF_00000.json +88 -0
DS_LLM_INF_00000.json
ADDED
@@ -0,0 +1,88 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"header": {
|
3 |
+
"reportId":"3adf12f2-31a3-454a-a9d7-6e1710a412f2",
|
4 |
+
"reportDatetime":"2024-09-26T10:47:04",
|
5 |
+
"reportStatus":"final",
|
6 |
+
"publisher": {
|
7 |
+
"name":"SopraSteriaGroup",
|
8 |
+
"division":"sustAIn",
|
9 |
+
"projectName":"GA2I",
|
10 |
+
"confidentialityLevel":"public"
|
11 |
+
}
|
12 |
+
},
|
13 |
+
"task": {
|
14 |
+
"taskFamily":"question answering",
|
15 |
+
"taskStage":"inference",
|
16 |
+
"algorithms": [
|
17 |
+
{
|
18 |
+
"algorithmType":"llm",
|
19 |
+
"foundationModelName":"llama2-13b",
|
20 |
+
"parametersNumber":13.0,
|
21 |
+
"framework":"vllm",
|
22 |
+
"quantization":"q16"
|
23 |
+
}
|
24 |
+
],
|
25 |
+
"dataset": [
|
26 |
+
{
|
27 |
+
"dataUsage":"input",
|
28 |
+
"dataType":"token",
|
29 |
+
"dataQuantity":3225,
|
30 |
+
"source":"private",
|
31 |
+
"owner":"SSG"
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"dataUsage":"output",
|
35 |
+
"dataType":"token",
|
36 |
+
"dataQuantity":12170,
|
37 |
+
"source":"private",
|
38 |
+
"owner":"SSG"
|
39 |
+
}
|
40 |
+
]
|
41 |
+
},
|
42 |
+
"measures": [
|
43 |
+
{
|
44 |
+
"measurementMethod":"codecarbon",
|
45 |
+
"version":"2.5.0",
|
46 |
+
"cpuTrackingMode":"machine",
|
47 |
+
"gpuTrackingMode":"machine",
|
48 |
+
"powerConsumption":0.0004894143530043,
|
49 |
+
"measurementDuration":3.4514710903167725,
|
50 |
+
"measurementDateTime":"2024-09-26T10:47:04"
|
51 |
+
}
|
52 |
+
],
|
53 |
+
"system": {
|
54 |
+
"os":"Linux-5.15.0-116-generic-x86_64-with-glibc2.35"
|
55 |
+
},
|
56 |
+
"software": {
|
57 |
+
"language":"python",
|
58 |
+
"version":"3.10.12"
|
59 |
+
},
|
60 |
+
"infrastructure": {
|
61 |
+
"infraType":"privateCloud",
|
62 |
+
"cloudProvider":"OVH-v100s",
|
63 |
+
"components": [
|
64 |
+
{
|
65 |
+
"componentName":"Intel(R) Xeon(R) Gold 6226R CPU @ 2.90GHz",
|
66 |
+
"componentType":"cpu",
|
67 |
+
"nbComponent":30
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"componentName":"2 x Tesla V100S-PCIE-32GB",
|
71 |
+
"componentType":"gpu",
|
72 |
+
"nbComponent":2
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"componentName":"RAM",
|
76 |
+
"componentType":"ram",
|
77 |
+
"nbComponent":1,
|
78 |
+
"memorySize":86
|
79 |
+
}
|
80 |
+
]
|
81 |
+
},
|
82 |
+
"environment": {
|
83 |
+
"country":"France",
|
84 |
+
"latitude":48.8582,
|
85 |
+
"longitude":2.3387
|
86 |
+
},
|
87 |
+
"quality":"high"
|
88 |
+
}
|