Instructions to use AnonymousResearcher/phi-2-tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AnonymousResearcher/phi-2-tuned with Transformers:
# Load model directly from transformers import AutoTokenizer, PhiRegressor tokenizer = AutoTokenizer.from_pretrained("AnonymousResearcher/phi-2-tuned", trust_remote_code=True) model = PhiRegressor.from_pretrained("AnonymousResearcher/phi-2-tuned", trust_remote_code=True) - Notebooks
- Google Colab
- Kaggle
Ctrl+K