Instructions to use PUMedu/Minerva with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use PUMedu/Minerva with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("PUMedu/Minerva") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,8 @@ library_name: fastai
|
|
| 12 |
pipeline_tag: image-classification
|
| 13 |
datasets:
|
| 14 |
- scikit-learn/churn-prediction
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 12 |
pipeline_tag: image-classification
|
| 13 |
datasets:
|
| 14 |
- scikit-learn/churn-prediction
|
| 15 |
+
language:
|
| 16 |
+
- pl
|
| 17 |
---
|
| 18 |
|
| 19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|