Instructions to use hazyresearch/based-1.3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hazyresearch/based-1.3b with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hazyresearch/based-1.3b", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Improve model card: add license, pipeline tag and library name
#1
by nielsr HF Staff - opened
This PR improves the model card by adding the following metadata:
license: apache-2.0library_name: transformerspipeline_tag: text-generation
This enables the "how to use" button on the top right, and makes the model discoverable at https://huggingface.co/models?pipeline_tag=text-generation&sort=trending.