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