Instructions to use BadiciCyra/rag with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- fastai
How to use BadiciCyra/rag with fastai:
from huggingface_hub import from_pretrained_fastai learn = from_pretrained_fastai("BadiciCyra/rag") - Notebooks
- Google Colab
- Kaggle
commitin
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- saiyan-world/Goku-MovieGenBench
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
base_model:
|
| 7 |
+
- deepseek-ai/DeepSeek-R1
|
| 8 |
+
new_version: deepseek-ai/DeepSeek-R1
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
library_name: fastai
|
| 11 |
+
---
|