Instructions to use Qusaiiii/Accountant with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Qusaiiii/Accountant with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Qusaiiii/Accountant")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("Qusaiiii/Accountant") model = AutoModelForCausalLM.from_pretrained("Qusaiiii/Accountant") - Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| base_model: | |
| - openai-community/gpt2 | |
| pipeline_tag: text-classification | |
| library_name: transformers | |