kurianbenoy commited on
Commit
c9ca014
1 Parent(s): a5e7e23

New version with 15 epoch of training

Browse files
Files changed (2) hide show
  1. model.pkl +2 -2
  2. pyproject.toml +3 -0
model.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:baa872a57ded46c621f3fafc7962753e65301d3df9051a875d59100894332aed
3
- size 230642679
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dd68bc2ea9832e8d03ea1bbce7ed742a79d5bee02867b3615288a808b787172
3
+ size 231585399
pyproject.toml ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ [build-system]
2
+ requires = ["setuptools>=40.8.0", "wheel", "python=3.8.12", "fastai=2.6.3", "fastcore=1.4.2"]
3
+ build-backend = "setuptools.build_meta:__legacy__"