Instructions to use MatyLO/distilbert-parse-message with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MatyLO/distilbert-parse-message with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MatyLO/distilbert-parse-message")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MatyLO/distilbert-parse-message") model = AutoModelForTokenClassification.from_pretrained("MatyLO/distilbert-parse-message") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Oct10_16-23-14_075075d75598
- Oct10_16-24-21_075075d75598
- Oct10_16-34-23_075075d75598
- Oct10_16-41-43_075075d75598
- Oct10_16-53-15_075075d75598
- Oct10_17-09-00_075075d75598
- Oct10_17-17-53_075075d75598
- Oct10_17-27-27_075075d75598
- Oct10_18-00-31_075075d75598
- Oct10_18-55-01_075075d75598
- Oct10_21-39-47_075075d75598
- Oct10_21-50-10_075075d75598
- Oct10_21-50-54_075075d75598
- Oct10_21-56-44_075075d75598