Text Generation
Adapters
TensorBoard
Safetensors
English
phi-msft
Generated from Trainer
custom_code
Instructions to use venkycs/phi-2-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use venkycs/phi-2-instruct with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("venkycs/phi-2-instruct", set_active=True) - Notebooks
- Google Colab
- Kaggle
Colab demo doesn't use GPU
#2 opened over 2 years ago
by
aaronshenhao
Why change the torch_dtype of phi-2 from float16 to float32?
1
#1 opened over 2 years ago
by
Zenwill