TurkiAM commited on
Commit
5eb6b09
·
verified ·
1 Parent(s): 92cb290

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,7 +1,7 @@
1
  Here you will find :
2
 
3
- - vanilla.py -> Linear model with activation function
4
- - dummy.py -> Linear model witout activation function
5
- - vanilla-weights.bin -> The weights of the trained model over (30 Epochs)
6
- - dummy-weights.bin -> The weights of the trained model over (30 Epochs)
7
- - hubconf.py -> Allows anyone to load my model
 
1
  Here you will find :
2
 
3
+ - vanilla.py ---> Linear model with activation function
4
+ - dummy.py ---> Linear model witout activation function
5
+ - vanilla-weights.bin ---> The weights of the trained model over (30 Epochs)
6
+ - dummy-weights.bin ---> The weights of the trained model over (30 Epochs)
7
+ - hubconf.py ---> Allows anyone to load my model