Instructions to use Ghosteez/raiml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use Ghosteez/raiml with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("Ghosteez/raiml") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# Image classification testing
|
|
@@ -11,10 +12,10 @@ test
|
|
| 11 |
# Model card
|
| 12 |
|
| 13 |
## Model description
|
| 14 |
-
|
| 15 |
|
| 16 |
## Intended uses & limitations
|
| 17 |
-
|
| 18 |
|
| 19 |
## Training and evaluation data
|
| 20 |
-
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- fastai
|
| 4 |
+
- image-classification
|
| 5 |
---
|
| 6 |
|
| 7 |
# Image classification testing
|
|
|
|
| 12 |
# Model card
|
| 13 |
|
| 14 |
## Model description
|
| 15 |
+
Image Classification using fastai
|
| 16 |
|
| 17 |
## Intended uses & limitations
|
| 18 |
+
no forking
|
| 19 |
|
| 20 |
## Training and evaluation data
|
| 21 |
+
final
|