SG161222 commited on
Commit
bded544
1 Parent(s): 7afce96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: openrail++
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail++
3
+ ---
4
+ <h1>Verus Vision 1.0b Model Training</h1>
5
+
6
+ <h2>Stage 1: Data Preparation</h2>
7
+ <ul>
8
+ <li>[ ▶ ] Collect images for the dataset</li>
9
+ <li>[ ☐ ] Image captioning</li>
10
+ </ul>
11
+
12
+ <h2>Stage 2: Model Training</h2>
13
+ <ul>
14
+ <li>[ ☐ ] Prepare dataset for model input</li>
15
+ <li>[ ☐ ] Model training</li>
16
+ </ul>
17
+
18
+ <h2>Stage 3: Testing</h2>
19
+ <ul>
20
+ <li>[ ☐ ] Model testing</li>
21
+ </ul>
22
+
23
+ <h2>Stage 4: Release</h2>
24
+ <ul>
25
+ <li>[ ☐ ] Release Transformer Version</li>
26
+ <li>[ ☐ ] Release Compact Version</li>
27
+ </ul>