Instructions to use Ghanimtta/PytAi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Ghanimtta/PytAi with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Ghanimtta/PytAi", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
#1
by Hwiiiiiiii - opened
README.md
CHANGED
|
@@ -7,7 +7,7 @@ language:
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
base_model:
|
| 10 |
-
-
|
| 11 |
new_version: Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled
|
| 12 |
-
library_name:
|
| 13 |
---
|
|
|
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
base_model:
|
| 10 |
+
- openai/gpt-oss-120b
|
| 11 |
new_version: Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled
|
| 12 |
+
library_name: transformers
|
| 13 |
---
|