m3 commited on
Commit
e45c2f9
1 Parent(s): 2bdb5ac

chore: add metadata model

Browse files
Files changed (3) hide show
  1. .gitignore +1 -0
  2. model.safetensors +2 -2
  3. src/base_model.py +0 -0
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  ./custom_model
2
  .idea
 
 
1
  ./custom_model
2
  .idea
3
+ __pycache__
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bbcbf73561f6bc5d0a17ea6a2081feed2d1304e87602d8c502d9a5c4bd85576
3
- size 16
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e44ce263e6fd885f50d82ca515b9325375b43ee36ededb75acf161ce88bc2e41
3
+ size 48
src/base_model.py ADDED
File without changes