Commit
·
446a191
1
Parent(s):
b6c5eef
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,32 +1,16 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
-
#
|
| 7 |
|
| 8 |
-
|
| 9 |
|
| 10 |
-
|
| 11 |
-
1. Fill out this model card with more information (see the template below and the [documentation here](https://huggingface.co/docs/hub/model-repos))!
|
| 12 |
-
|
| 13 |
-
2. Create a demo in Gradio or Streamlit using 🤗 Spaces ([documentation here](https://huggingface.co/docs/hub/spaces)).
|
| 14 |
-
|
| 15 |
-
3. Join the fastai community on the [Fastai Discord](https://discord.com/invite/YKrxeNn)!
|
| 16 |
-
|
| 17 |
-
Greetings fellow fastlearner 🤝! Don't forget to delete this content from your model card.
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
---
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
# Model card
|
| 24 |
-
|
| 25 |
-
## Model description
|
| 26 |
-
More information needed
|
| 27 |
|
| 28 |
## Intended uses & limitations
|
| 29 |
-
More information needed
|
| 30 |
-
|
| 31 |
-
## Training and evaluation data
|
| 32 |
-
More information needed
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
+
- resnet
|
| 5 |
+
- classification
|
| 6 |
+
license:
|
| 7 |
+
- cc0-1.0
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Pokemon
|
| 11 |
|
| 12 |
+
## Model Description
|
| 13 |
|
| 14 |
+
This is a resnet34 model fine tuned with fastai to [classify real and fake Pokemon cards (dataset)](https://www.kaggle.com/datasets/ongshujian/real-and-fake-pokemon-cards).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
|
| 16 |
## Intended uses & limitations
|
|
|
|
|
|
|
|
|
|
|
|