Instructions to use datleviet/vlsp-comom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use datleviet/vlsp-comom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="datleviet/vlsp-comom")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("datleviet/vlsp-comom") model = AutoModelForTokenClassification.from_pretrained("datleviet/vlsp-comom", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
dee2c1d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1df2bd10fdb6bea3db163fd462239190d08b179b2f5531a8e1f81c349d3cc3a7
size 4600
|