ryanmiville commited on
Commit
5e6a247
·
1 Parent(s): aae507c

Push FastAI model using huggingface_hub.

Browse files
Files changed (3) hide show
  1. README.md +1 -4
  2. model.pkl +2 -2
  3. pyproject.toml +1 -1
README.md CHANGED
@@ -1,9 +1,6 @@
1
  ---
2
  tags:
3
  - fastai
4
- license: apache-2.0
5
- library_name: fastai
6
- pipeline_tag: image-classification
7
  ---
8
 
9
  # Amazing!
@@ -32,4 +29,4 @@ More information needed
32
  More information needed
33
 
34
  ## Training and evaluation data
35
- More information needed
 
1
  ---
2
  tags:
3
  - fastai
 
 
 
4
  ---
5
 
6
  # Amazing!
 
29
  More information needed
30
 
31
  ## Training and evaluation data
32
+ More information needed
model.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:911fb88c928e946118ff61f3e3defcb3530a96e43539b0a22347d0c87663d97a
3
- size 87452286
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:348ac7200f2a87ca25565871985f57eb2a30cff76908ef3f4b92acb75144153f
3
+ size 87441414
pyproject.toml CHANGED
@@ -1,3 +1,3 @@
1
  [build-system]
2
- requires = ["setuptools>=40.8.0", "wheel", "python=3.11.5", "fastai=2.7.13", "fastcore=1.5.29"]
3
  build-backend = "setuptools.build_meta:__legacy__"
 
1
  [build-system]
2
+ requires = ["setuptools>=40.8.0", "wheel", "python=3.10.12", "fastai=2.7.13", "fastcore=1.5.29"]
3
  build-backend = "setuptools.build_meta:__legacy__"