Upload boamps_report.json

#28
by souryyy - opened
Files changed (1) hide show
  1. data/boamps_report.json +91 -0
data/boamps_report.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "header": {
3
+ "licensing":"Creative Commons 4.0",
4
+ "formatVersion":"0.1",
5
+ "reportId":"fe49c3d9-624a-4061-911d-1526893f1892",
6
+ "reportDatetime":"2024-09-26T10:46:51",
7
+ "reportStatus":"draft",
8
+ "publisher": {
9
+ "name":"sopra steria",
10
+ "confidentialityLevel":"public"
11
+ }
12
+ },
13
+ "task": {
14
+ "taskFamily":"chatbot",
15
+ "taskStage":"inference",
16
+ "nbRequest":1,
17
+ "algorithms": [
18
+ {
19
+ "algorithmType":"llm",
20
+ "foundationModelName":"llama2-13b",
21
+ "foundationModelUri":"https://huggingface.co/meta-llama/Llama-2-13b-hf",
22
+ "parametersNumber":13,
23
+ "quantization":"q16"
24
+ }
25
+ ],
26
+ "dataset": [
27
+ {
28
+ "dataUsage":"input",
29
+ "dataType":"token",
30
+ "dataQuantity":8
31
+ },
32
+ {
33
+ "dataUsage":"output",
34
+ "dataType":"token",
35
+ "dataQuantity":150
36
+ }
37
+ ],
38
+ "estimatedAccuracy":"veryGood"
39
+ },
40
+ "measures": [
41
+ {
42
+ "measurementMethod":"codecarbon",
43
+ "version":"2.5.0",
44
+ "cpuTrackingMode":"machine",
45
+ "gpuTrackingMode":"machine",
46
+ "powerConsumption":0.0004784439185735,
47
+ "measurementDuration":3.508045196533203
48
+ }
49
+ ],
50
+ "system": {
51
+ "os":"Linux-5.15.0-116-generic-x86_64-with-glibc2.35"
52
+ },
53
+ "software": {
54
+ "language":"python",
55
+ "version":"3.10.12"
56
+ },
57
+ "infrastructure": {
58
+ "infraType":"publicCloud",
59
+ "cloudProvider":"ovh",
60
+ "components": [
61
+ {
62
+ "componentName":"Intel(R) Xeon(R) Gold 6226R CPU @ 2.90GHz",
63
+ "componentType":"cpu",
64
+ "nbComponent":30,
65
+ "manufacturer":"Intel",
66
+ "family":"Xeon",
67
+ "series":"Gold 6226R"
68
+ },
69
+ {
70
+ "componentName":"2 x Tesla V100S-PCIE-32GB",
71
+ "componentType":"gpu",
72
+ "nbComponent":2,
73
+ "memorySize":32,
74
+ "manufacturer":"Tesla",
75
+ "family":"V100"
76
+ },
77
+ {
78
+ "componentName":"RAM",
79
+ "componentType":"ram",
80
+ "nbComponent":1,
81
+ "memorySize":86.3035888671875
82
+ }
83
+ ]
84
+ },
85
+ "environment": {
86
+ "country":"France",
87
+ "latitude":48.8582,
88
+ "longitude":2.3387
89
+ },
90
+ "quality":"high"
91
+ }