picocreator
commited on
Commit
•
70f00f9
1
Parent(s):
fc91386
1106cd09588d150d510826d9d4b844da4c9e157247602e6dc038edb153c00537
Browse files
experiment/rwkv-x-exp/v5-headsize2x/hello-world.ipynb
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"cells": [
|
3 |
+
{
|
4 |
+
"cell_type": "code",
|
5 |
+
"execution_count": 1,
|
6 |
+
"id": "1b6afe1f",
|
7 |
+
"metadata": {
|
8 |
+
"execution": {
|
9 |
+
"iopub.execute_input": "2023-08-24T03:46:19.567978Z",
|
10 |
+
"iopub.status.busy": "2023-08-24T03:46:19.567757Z",
|
11 |
+
"iopub.status.idle": "2023-08-24T03:46:19.813502Z",
|
12 |
+
"shell.execute_reply": "2023-08-24T03:46:19.812646Z"
|
13 |
+
},
|
14 |
+
"papermill": {
|
15 |
+
"duration": 0.250111,
|
16 |
+
"end_time": "2023-08-24T03:46:19.815249",
|
17 |
+
"exception": false,
|
18 |
+
"start_time": "2023-08-24T03:46:19.565138",
|
19 |
+
"status": "completed"
|
20 |
+
},
|
21 |
+
"tags": []
|
22 |
+
},
|
23 |
+
"outputs": [
|
24 |
+
{
|
25 |
+
"name": "stdout",
|
26 |
+
"output_type": "stream",
|
27 |
+
"text": [
|
28 |
+
"Hello world\r\n"
|
29 |
+
]
|
30 |
+
}
|
31 |
+
],
|
32 |
+
"source": [
|
33 |
+
"!echo \"Hello world\" # this file is for debugging the runner"
|
34 |
+
]
|
35 |
+
}
|
36 |
+
],
|
37 |
+
"metadata": {
|
38 |
+
"language_info": {
|
39 |
+
"codemirror_mode": {
|
40 |
+
"name": "ipython",
|
41 |
+
"version": 3
|
42 |
+
},
|
43 |
+
"file_extension": ".py",
|
44 |
+
"mimetype": "text/x-python",
|
45 |
+
"name": "python",
|
46 |
+
"nbconvert_exporter": "python",
|
47 |
+
"pygments_lexer": "ipython3",
|
48 |
+
"version": "3.11.4"
|
49 |
+
},
|
50 |
+
"papermill": {
|
51 |
+
"default_parameters": {},
|
52 |
+
"duration": 1.432176,
|
53 |
+
"end_time": "2023-08-24T03:46:20.034526",
|
54 |
+
"environment_variables": {},
|
55 |
+
"exception": null,
|
56 |
+
"input_path": "/actions-runner/_work/RWKV-infctx-trainer/RWKV-infctx-trainer/notebook/experiment/rwkv-x-exp/v5-headsize2x/hello-world.ipynb",
|
57 |
+
"output_path": "/actions-runner/_work/RWKV-infctx-trainer/RWKV-infctx-trainer/output/experiment/rwkv-x-exp/v5-headsize2x/hello-world.ipynb",
|
58 |
+
"parameters": {},
|
59 |
+
"start_time": "2023-08-24T03:46:18.602350",
|
60 |
+
"version": "2.4.0"
|
61 |
+
}
|
62 |
+
},
|
63 |
+
"nbformat": 4,
|
64 |
+
"nbformat_minor": 5
|
65 |
+
}
|