Add model
Browse files- README.md +35 -0
- model.pkl +3 -0
- pyproject.toml +3 -0
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: fastai
|
3 |
+
tags:
|
4 |
+
- image-classification
|
5 |
+
---
|
6 |
+
|
7 |
+
|
8 |
+
|
9 |
+
# Amazing!
|
10 |
+
|
11 |
+
🥳 Congratulations on hosting your fastai model on the Hugging Face Hub!
|
12 |
+
|
13 |
+
# Some next steps
|
14 |
+
1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
|
15 |
+
|
16 |
+
2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
|
17 |
+
|
18 |
+
3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
|
19 |
+
|
20 |
+
Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
|
21 |
+
|
22 |
+
|
23 |
+
---
|
24 |
+
|
25 |
+
|
26 |
+
# Model card
|
27 |
+
|
28 |
+
## Model description
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Intended uses & limitations
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
More information needed
|
model.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44f1faa823d9c89c7ad57691868c9ad9cb8bd5fec28137f14272edc53a40c766
|
3 |
+
size 17703
|
pyproject.toml
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
[build-system]
|
2 |
+
requires = ["setuptools>=40.8.0", "wheel", "python=3.9.7", "fastai=2.7.9", "fastcore=1.5.27"]
|
3 |
+
build-backend = "setuptools.build_meta:__legacy__"
|