Instructions to use k3kdev/dlb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use k3kdev/dlb with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("k3kdev/dlb") - Notebooks
- Google Colab
- Kaggle
Create config.json
Browse files- config.json +3 -0
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "ImageClassification",
|
| 3 |
+
}
|