Instructions to use MatiVexx/Roxi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use MatiVexx/Roxi with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("MatiVexx/Roxi") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,4 +3,12 @@ base_model:
|
|
| 3 |
- deepseek-ai/Janus-Pro-7B
|
| 4 |
new_version: deepseek-ai/DeepSeek-R1
|
| 5 |
pipeline_tag: unconditional-image-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
|
|
|
| 3 |
- deepseek-ai/Janus-Pro-7B
|
| 4 |
new_version: deepseek-ai/DeepSeek-R1
|
| 5 |
pipeline_tag: unconditional-image-generation
|
| 6 |
+
license: artistic-2.0
|
| 7 |
+
datasets:
|
| 8 |
+
- amaye15/NSFW
|
| 9 |
+
language:
|
| 10 |
+
- pl
|
| 11 |
+
metrics:
|
| 12 |
+
- character
|
| 13 |
+
library_name: fastai
|
| 14 |
---
|