Gordon-H commited on
Commit
aa249b3
·
verified ·
1 Parent(s): 68c4937

Update about.md

Browse files
Files changed (1) hide show
  1. about.md +8 -3
about.md CHANGED
@@ -1,4 +1,9 @@
1
- Basic Model uses CNN with accuracy of 75% on test data
2
- V1 Engine uses CNN with accuracy of 87% on test data
 
 
 
 
3
  V2 Engine uses ViT with accuracy of at most 40% Keyboard Interrupted 2025.2.3 15:57:37 BJS
4
- V3 Engine uses Hybrid Model( Combination of Convolutional layers and a Multi-Layer Perceptron (MLP)) with accuracy 68.65% on test data.
 
 
1
+ Trained with 1 GPU H800 Server from AutoDL on 2025.2.3 BJS with Pytroch and converted to .h5 format at the same time.
2
+
3
+ Basic Model uses CNN with accuracy of 75% on test data (80.7 MB)
4
+
5
+ V1 Engine uses CNN with accuracy of 87% on test data (160 MB)
6
+
7
  V2 Engine uses ViT with accuracy of at most 40% Keyboard Interrupted 2025.2.3 15:57:37 BJS
8
+
9
+ V3 Engine uses Hybrid Model( Combination of Convolutional layers and a Multi-Layer Perceptron (MLP)) with accuracy 68.65% on test data. (102 MB)