SG161222 commited on
Commit
767140d
·
verified ·
1 Parent(s): 6e768fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -37
README.md CHANGED
@@ -31,15 +31,6 @@ base_model:
31
  align-items: center;
32
  margin-bottom: 16px;
33
  }
34
- .spinner {
35
- width: 24px;
36
- height: 24px;
37
- margin-right: 12px;
38
- border: 4px solid rgba(255,255,255,0.5);
39
- border-top-color: #fff;
40
- border-radius: 50%;
41
- animation: spin 3s linear infinite;
42
- }
43
  h2 {
44
  font-size: 1.2rem;
45
  margin: 0;
@@ -65,37 +56,16 @@ base_model:
65
  margin-bottom: 4px;
66
  font-weight: 600;
67
  }
68
- .progress-container {
69
- background: rgba(255,255,255,0.3);
70
- border-radius: 12px;
71
- overflow: hidden;
72
- height: 14px;
73
- margin-bottom: 8px;
74
- }
75
- .progress-bar {
76
- width: 78%;
77
- height: 100%;
78
- background: #fff;
79
- animation: load 4s ease-in-out forwards;
80
- }
81
  .status-text {
82
  font-size: 0.9rem;
83
  text-align: center;
84
  }
85
- @keyframes spin {
86
- to { transform: rotate(360deg); }
87
- }
88
- @keyframes load {
89
- 0% { width: 0; }
90
- 100% { width: 80%; }
91
- }
92
  </style>
93
  </head>
94
  <body>
95
  <div class="card">
96
  <div class="header">
97
- <div class="spinner"></div>
98
- <h2>SPARK.v1_Chroma Fine-Tune (Attempt #2)</h2>
99
  </div>
100
  <div class="info-blocks">
101
  <div class="info-block">
@@ -104,7 +74,7 @@ base_model:
104
  </div>
105
  <div class="info-block">
106
  <strong>LAST UPDATE:</strong>
107
- October 26, 2025
108
  </div>
109
  <div class="info-block">
110
  <strong>DATASET SIZE:</strong>
@@ -116,13 +86,9 @@ base_model:
116
  </div>
117
  <div class="info-block">
118
  <strong>TRAINING TIME:</strong>
119
- ~ 91h 0m
120
  </div>
121
  </div>
122
- <div class="progress-container">
123
- <div class="progress-bar"></div>
124
- </div>
125
- <div class="status-text">Fine-Tune... 78%</div>
126
  </div>
127
  </body>
128
  </html>
 
31
  align-items: center;
32
  margin-bottom: 16px;
33
  }
 
 
 
 
 
 
 
 
 
34
  h2 {
35
  font-size: 1.2rem;
36
  margin: 0;
 
56
  margin-bottom: 4px;
57
  font-weight: 600;
58
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  .status-text {
60
  font-size: 0.9rem;
61
  text-align: center;
62
  }
 
 
 
 
 
 
 
63
  </style>
64
  </head>
65
  <body>
66
  <div class="card">
67
  <div class="header">
68
+ <h2>SPARK.Chroma_preview</h2>
 
69
  </div>
70
  <div class="info-blocks">
71
  <div class="info-block">
 
74
  </div>
75
  <div class="info-block">
76
  <strong>LAST UPDATE:</strong>
77
+ October 30, 2025
78
  </div>
79
  <div class="info-block">
80
  <strong>DATASET SIZE:</strong>
 
86
  </div>
87
  <div class="info-block">
88
  <strong>TRAINING TIME:</strong>
89
+ ~ 116h 40m
90
  </div>
91
  </div>
 
 
 
 
92
  </div>
93
  </body>
94
  </html>