Instructions to use selimyagci/finance_task_adapter_gpt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use selimyagci/finance_task_adapter_gpt with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("gpt2-medium") model.load_adapter("selimyagci/finance_task_adapter_gpt", set_active=True) - Notebooks
- Google Colab
- Kaggle
| { | |
| "config": null, | |
| "hidden_size": 1024, | |
| "label2id": { | |
| "LABEL_0": 0, | |
| "LABEL_1": 1 | |
| }, | |
| "model_class": "GPT2LMHeadModel", | |
| "model_name": "gpt2-medium", | |
| "model_type": "gpt2", | |
| "name": null, | |
| "num_labels": 2, | |
| "version": "adapters.1.0.0" | |
| } |