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