Instructions to use irzaevdev/Papito with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use irzaevdev/Papito with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("irzaevdev/Papito") - Notebooks
- Google Colab
- Kaggle
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: openrail
|
| 3 |
+
datasets:
|
| 4 |
+
- argilla/OpenHermesPreferences
|
| 5 |
+
language:
|
| 6 |
+
- ru
|
| 7 |
+
metrics:
|
| 8 |
+
- brier_score
|
| 9 |
+
- bertscore
|
| 10 |
+
library_name: fastai
|
| 11 |
+
pipeline_tag: text-to-image
|
| 12 |
+
tags:
|
| 13 |
+
- biology
|
| 14 |
+
---
|