PingVortex commited on
Commit
341f752
·
verified ·
1 Parent(s): 6559a5c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +11 -1
index.html CHANGED
@@ -27,14 +27,24 @@
27
  a {
28
  color: #82aaff;
29
  }
 
 
 
 
 
 
30
  </style>
31
  </head>
32
  <body>
33
  <h1>Vortex Language Model (VLM) Documentation</h1>
34
 
35
- <div class="section">
36
  <h2>Overview</h2>
37
  <p><strong>VLM</strong> stands for <strong>Vortex Language Model</strong>, a series of transformer-based models developed by <strong>PingVortex</strong>. The models are designed for tasks such as text generation, reasoning, and instruction following. Each version of VLM is structured in three training stages for progressive refinement.</p>
 
 
 
 
38
  </div>
39
 
40
  <div class="section">
 
27
  a {
28
  color: #82aaff;
29
  }
30
+ .note {
31
+ background-color: #2a2a2a;
32
+ padding: 1rem;
33
+ border-left: 4px solid #82aaff;
34
+ margin: 1rem 0;
35
+ }
36
  </style>
37
  </head>
38
  <body>
39
  <h1>Vortex Language Model (VLM) Documentation</h1>
40
 
41
+ <div class="section">
42
  <h2>Overview</h2>
43
  <p><strong>VLM</strong> stands for <strong>Vortex Language Model</strong>, a series of transformer-based models developed by <strong>PingVortex</strong>. The models are designed for tasks such as text generation, reasoning, and instruction following. Each version of VLM is structured in three training stages for progressive refinement.</p>
44
+
45
+ <div class="note">
46
+ <p><strong>Note on Hardware:</strong> Training is performed on different GPU configurations depending on availability - sometimes using 1× NVIDIA RTX A5000, sometimes 1× A40, and occasionally 1× RTX 5060 Ti with 16GB VRAM (yes, it's already out and in use).</p>
47
+ </div>
48
  </div>
49
 
50
  <div class="section">