Instructions to use aiface/phobert-base_v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aiface/phobert-base_v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aiface/phobert-base_v3")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aiface/phobert-base_v3") model = AutoModelForSequenceClassification.from_pretrained("aiface/phobert-base_v3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
cc12d9d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c0da11ca44a843a9ef52982a3aa9208f94b35a8fe10a066f1b3ddc11d4dc53c6
size 5905
|