File size: 1,285 Bytes
fe7b181 f1cd75c fe7b181 f1cd75c fe7b181 f1cd75c fe7b181 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
---
base_model: Qwen/Qwen2.5-3B-Instruct
library_name: peft
---
# Gradience T1 3B (Step 700 Checkpoint)
> [!NOTE]
> Training in progress...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Progress Bar Example</title>
<style>
.progress-container {
width: 100%;
background-color: #e0e0e0;
border-radius: 25px;
overflow: hidden;
margin: 20px 0;
}
.progress-bar {
height: 30px;
width: 0;
background-color: #76c7c0;
text-align: center;
line-height: 30px;
color: white;
border-radius: 25px 0 0 25px;
}
.progress-text {
margin-top: 10px;
font-size: 16px;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<div style="width: 100%; background-color: #e0e0e0; border-radius: 25px; overflow: hidden; margin: 20px 0;">
<div style="height: 30px; width: 7.12%; background-color: #76c7c0; text-align: center; line-height: 30px; color: white; border-radius: 25px 0 0 25px;">
<!-- 3.75% -->
</div>
</div>
<p style="font-family: Arial, sans-serif; font-size: 16px;">Progress: 700 out of 9838 steps</p>
</body>
</html> |