Upload lora5/Untitled1.ipynb with huggingface_hub
Browse files- lora5/Untitled1.ipynb +48 -0
lora5/Untitled1.ipynb
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"cells": [
|
| 3 |
+
{
|
| 4 |
+
"cell_type": "code",
|
| 5 |
+
"execution_count": 1,
|
| 6 |
+
"id": "98377704-b5b3-48be-b1cc-8a6e22c35aee",
|
| 7 |
+
"metadata": {},
|
| 8 |
+
"outputs": [
|
| 9 |
+
{
|
| 10 |
+
"name": "stdout",
|
| 11 |
+
"output_type": "stream",
|
| 12 |
+
"text": [
|
| 13 |
+
"/usr/lib/python3/dist-packages/requests/__init__.py:89: RequestsDependencyWarning: urllib3 (2.2.1) or chardet (3.0.4) doesn't match a supported version!\n",
|
| 14 |
+
" warnings.warn(\"urllib3 ({}) or chardet ({}) doesn't match a supported \"\n",
|
| 15 |
+
"Usage: wandb sync [OPTIONS] [PATH]...\n",
|
| 16 |
+
"Try 'wandb sync --help' for help.\n",
|
| 17 |
+
"\n",
|
| 18 |
+
"Error: Invalid value for '[PATH]...': Path 'run-*.wandb' does not exist.\n"
|
| 19 |
+
]
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"source": [
|
| 23 |
+
"!wandb sync --view --verbose run-*.wandb > output.txt\n"
|
| 24 |
+
]
|
| 25 |
+
}
|
| 26 |
+
],
|
| 27 |
+
"metadata": {
|
| 28 |
+
"kernelspec": {
|
| 29 |
+
"display_name": "Python 3 (ipykernel)",
|
| 30 |
+
"language": "python",
|
| 31 |
+
"name": "python3"
|
| 32 |
+
},
|
| 33 |
+
"language_info": {
|
| 34 |
+
"codemirror_mode": {
|
| 35 |
+
"name": "ipython",
|
| 36 |
+
"version": 3
|
| 37 |
+
},
|
| 38 |
+
"file_extension": ".py",
|
| 39 |
+
"mimetype": "text/x-python",
|
| 40 |
+
"name": "python",
|
| 41 |
+
"nbconvert_exporter": "python",
|
| 42 |
+
"pygments_lexer": "ipython3",
|
| 43 |
+
"version": "3.8.10"
|
| 44 |
+
}
|
| 45 |
+
},
|
| 46 |
+
"nbformat": 4,
|
| 47 |
+
"nbformat_minor": 5
|
| 48 |
+
}
|