Instructions to use s-nlp/lewit-informal-tagger with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use s-nlp/lewit-informal-tagger with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="s-nlp/lewit-informal-tagger")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("s-nlp/lewit-informal-tagger") model = AutoModelForTokenClassification.from_pretrained("s-nlp/lewit-informal-tagger", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 3eb6c73
Skolkovo Institute of Science and Technology commited on
Create README.md 5409495
Skolkovo Institute of Science and Technology commited on
add tokenizer e9e9e03
Skolkovo Institute of Science and Technology commited on
add model 238daa7
Skolkovo Institute of Science and Technology commited on
initial commit 8d548f5
Skolkovo Institute of Science and Technology commited on