Training in progress, step 600
Browse files- .ipynb_checkpoints/upload-checkpoint.py +2 -25
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
- upload.py +2 -25
.ipynb_checkpoints/upload-checkpoint.py
CHANGED
|
@@ -101,34 +101,11 @@ library_name: peft
|
|
| 101 |
<html lang="en">
|
| 102 |
<head>
|
| 103 |
<meta charset="UTF-8">
|
| 104 |
-
<title>Progress Bar
|
| 105 |
-
<style>
|
| 106 |
-
.progress-container {{
|
| 107 |
-
width: 100%;
|
| 108 |
-
background-color: #e0e0e0;
|
| 109 |
-
border-radius: 25px;
|
| 110 |
-
overflow: hidden;
|
| 111 |
-
margin: 20px 0;
|
| 112 |
-
}}
|
| 113 |
-
.progress-bar {{
|
| 114 |
-
height: 30px;
|
| 115 |
-
width: 0;
|
| 116 |
-
background-color: #44965a;
|
| 117 |
-
text-align: center;
|
| 118 |
-
line-height: 30px;
|
| 119 |
-
color: white;
|
| 120 |
-
border-radius: 25px 0 0 25px;
|
| 121 |
-
}}
|
| 122 |
-
.progress-text {{
|
| 123 |
-
margin-top: 10px;
|
| 124 |
-
font-size: 16px;
|
| 125 |
-
font-family: Arial, sans-serif;
|
| 126 |
-
}}
|
| 127 |
-
</style>
|
| 128 |
</head>
|
| 129 |
<body>
|
| 130 |
<div style="width: 100%; background-color: #e0e0e0; border-radius: 25px; overflow: hidden; margin: 20px 0;">
|
| 131 |
-
<div style="height: 30px; width: {progress_width}; background-color: #
|
| 132 |
<!-- {progress_percentage:.2f}% -->
|
| 133 |
</div>
|
| 134 |
</div>
|
|
|
|
| 101 |
<html lang="en">
|
| 102 |
<head>
|
| 103 |
<meta charset="UTF-8">
|
| 104 |
+
<title>Progress Bar</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
</head>
|
| 106 |
<body>
|
| 107 |
<div style="width: 100%; background-color: #e0e0e0; border-radius: 25px; overflow: hidden; margin: 20px 0;">
|
| 108 |
+
<div style="height: 30px; width: {progress_width}; background-color: #44965a; text-align: center; line-height: 30px; color: white; border-radius: 25px 0 0 25px;">
|
| 109 |
<!-- {progress_percentage:.2f}% -->
|
| 110 |
</div>
|
| 111 |
</div>
|
adapter_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path": "Qwen
|
| 5 |
"bias": "none",
|
| 6 |
"eva_config": null,
|
| 7 |
"exclude_modules": null,
|
|
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "./Qwen-2.5-7B-Instruct",
|
| 5 |
"bias": "none",
|
| 6 |
"eva_config": null,
|
| 7 |
"exclude_modules": null,
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 161533192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e2d3410de6bfb1e6fd42fd22266647a670a70880c82970c02a71823d67c938c7
|
| 3 |
size 161533192
|
upload.py
CHANGED
|
@@ -101,34 +101,11 @@ library_name: peft
|
|
| 101 |
<html lang="en">
|
| 102 |
<head>
|
| 103 |
<meta charset="UTF-8">
|
| 104 |
-
<title>Progress Bar
|
| 105 |
-
<style>
|
| 106 |
-
.progress-container {{
|
| 107 |
-
width: 100%;
|
| 108 |
-
background-color: #e0e0e0;
|
| 109 |
-
border-radius: 25px;
|
| 110 |
-
overflow: hidden;
|
| 111 |
-
margin: 20px 0;
|
| 112 |
-
}}
|
| 113 |
-
.progress-bar {{
|
| 114 |
-
height: 30px;
|
| 115 |
-
width: 0;
|
| 116 |
-
background-color: #44965a;
|
| 117 |
-
text-align: center;
|
| 118 |
-
line-height: 30px;
|
| 119 |
-
color: white;
|
| 120 |
-
border-radius: 25px 0 0 25px;
|
| 121 |
-
}}
|
| 122 |
-
.progress-text {{
|
| 123 |
-
margin-top: 10px;
|
| 124 |
-
font-size: 16px;
|
| 125 |
-
font-family: Arial, sans-serif;
|
| 126 |
-
}}
|
| 127 |
-
</style>
|
| 128 |
</head>
|
| 129 |
<body>
|
| 130 |
<div style="width: 100%; background-color: #e0e0e0; border-radius: 25px; overflow: hidden; margin: 20px 0;">
|
| 131 |
-
<div style="height: 30px; width: {progress_width}; background-color: #
|
| 132 |
<!-- {progress_percentage:.2f}% -->
|
| 133 |
</div>
|
| 134 |
</div>
|
|
|
|
| 101 |
<html lang="en">
|
| 102 |
<head>
|
| 103 |
<meta charset="UTF-8">
|
| 104 |
+
<title>Progress Bar</title>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 105 |
</head>
|
| 106 |
<body>
|
| 107 |
<div style="width: 100%; background-color: #e0e0e0; border-radius: 25px; overflow: hidden; margin: 20px 0;">
|
| 108 |
+
<div style="height: 30px; width: {progress_width}; background-color: #44965a; text-align: center; line-height: 30px; color: white; border-radius: 25px 0 0 25px;">
|
| 109 |
<!-- {progress_percentage:.2f}% -->
|
| 110 |
</div>
|
| 111 |
</div>
|