Instructions to use GGLab/gec-tr-seq-tagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GGLab/gec-tr-seq-tagger with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="GGLab/gec-tr-seq-tagger")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("GGLab/gec-tr-seq-tagger") model = AutoModelForTokenClassification.from_pretrained("GGLab/gec-tr-seq-tagger") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d93eb8e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7946f2feb1e8fb3b7be28385916b7492e3a9eaf5e19a69f79bba271ae6870a94
size 440256301
|