Instructions to use Raiff1982/Codette2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Raiff1982/Codette2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Raiff1982/Codette2", set_active=True) - Notebooks
- Google Colab
- Kaggle
File size: 370 Bytes
d5f16fa | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"cells": [
{
"cell_type": "markdown",
"id": "c717eeca",
"metadata": {},
"source": [
"# Codette2 Demo Notebook"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "2eaa8d82",
"metadata": {},
"outputs": [],
"source": [
"print('Demo running...')"
]
}
],
"metadata": {},
"nbformat": 4,
"nbformat_minor": 5
} |