Instructions to use krishjothi/WG_Bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use krishjothi/WG_Bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="krishjothi/WG_Bert")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("krishjothi/WG_Bert") model = AutoModelForTokenClassification.from_pretrained("krishjothi/WG_Bert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 73b1e0e
Create README.md b6d3c9b
Upload tokenizer f8e2759
Krishnan Jothi Ramalingam commited on
Upload BertForTokenClassification f9a1e0f
Krishnan Jothi Ramalingam commited on