Instructions to use phunganhsang/multi_task_model_content_unfreeze_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use phunganhsang/multi_task_model_content_unfreeze_new with Transformers:
# Load model directly from transformers import AutoTokenizer, PhoBERTMultiTask tokenizer = AutoTokenizer.from_pretrained("phunganhsang/multi_task_model_content_unfreeze_new") model = PhoBERTMultiTask.from_pretrained("phunganhsang/multi_task_model_content_unfreeze_new") - Notebooks
- Google Colab
- Kaggle