Instructions to use hazyresearch/attn-360m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hazyresearch/attn-360m with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/attn-360m", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: add pipeline tag, library name and license
#3
by nielsr HF Staff - opened
This PR improves the model card by adding the pipeline tag (text-generation), which makes the model discoverable at hf.co/models?pipeline_tag=text-generation, along with the proper library name (transformers), which makes the widget appear. It also specifies the license of the repository.