Instructions to use andy-yang/humaneval-rephraser-python-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use andy-yang/humaneval-rephraser-python-7b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="andy-yang/humaneval-rephraser-python-7b")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("andy-yang/humaneval-rephraser-python-7b") model = AutoModel.from_pretrained("andy-yang/humaneval-rephraser-python-7b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 131 Bytes
8d7c72b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:45ccb9c8b6b561889acea59191d66986d314e7cbd6a78abc6e49b139ca91c1e6
size 500058
|