Instructions to use PavanKumarn05030/ETL_GEN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use PavanKumarn05030/ETL_GEN with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("fill-in-model-name") model.load_adapter("PavanKumarn05030/ETL_GEN", set_active=True) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,8 @@ language:
|
|
| 8 |
- en
|
| 9 |
base_model:
|
| 10 |
- unsloth/codegemma-7b-bnb-4bit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
|
|
|
| 8 |
- en
|
| 9 |
base_model:
|
| 10 |
- unsloth/codegemma-7b-bnb-4bit
|
| 11 |
+
metrics:
|
| 12 |
+
- accuracy
|
| 13 |
+
pipeline_tag: text-generation
|
| 14 |
+
library_name: adapter-transformers
|
| 15 |
---
|