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