Instructions to use funa21/phobert-finetuned-viocd-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use funa21/phobert-finetuned-viocd-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="funa21/phobert-finetuned-viocd-v2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("funa21/phobert-finetuned-viocd-v2") model = AutoModelForSequenceClassification.from_pretrained("funa21/phobert-finetuned-viocd-v2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 38274bc329ade23f7995594eb4eb1d99ba64ae7ca189781a96d3900f5c5a6cf2
- Size of remote file:
- 5.78 kB
- SHA256:
- 84289f7bf4c5a716e3366ba94bf591a1ac9ab755359f6d0522c9d3a33a281a76
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.