added wandb metadata
Browse files- wandb-metadata.json +26 -0
wandb-metadata.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"os": "Linux-6.1.85+-x86_64-with-glibc2.35",
|
3 |
+
"python": "CPython 3.11.11",
|
4 |
+
"startedAt": "2025-02-07T16:31:49.521615Z",
|
5 |
+
"program": "audio_classification.ipynb",
|
6 |
+
"email": "gyaneshhere@gmail.com",
|
7 |
+
"root": "/content",
|
8 |
+
"host": "aa02d0304e98",
|
9 |
+
"executable": "/usr/bin/python3",
|
10 |
+
"colab": "https://colab.research.google.com/notebook#fileId=https://github.com/huggingface/notebooks/blob/main/transformers_doc/en/audio_classification.ipynb",
|
11 |
+
"cpu_count": 1,
|
12 |
+
"cpu_count_logical": 2,
|
13 |
+
"disk": {
|
14 |
+
"/": {
|
15 |
+
"total": "115658190848",
|
16 |
+
"used": "33676820480"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"memory": {
|
20 |
+
"total": "13609422848"
|
21 |
+
},
|
22 |
+
"cpu": {
|
23 |
+
"count": 1,
|
24 |
+
"countLogical": 2
|
25 |
+
}
|
26 |
+
}
|