Instructions to use aj-data/Practica01_00 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use aj-data/Practica01_00 with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("aj-data/Practica01_00") - Notebooks
- Google Colab
- Kaggle
Create requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
fastai
|