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