Token Classification
Transformers
PyTorch
TensorBoard
French
flaubert
bert
natural language understanding
NLU
spoken language understanding
SLU
understanding
MEDIA
Instructions to use vpelloin/MEDIA_NLU-flaubert_oral_asr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vpelloin/MEDIA_NLU-flaubert_oral_asr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="vpelloin/MEDIA_NLU-flaubert_oral_asr")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("vpelloin/MEDIA_NLU-flaubert_oral_asr") model = AutoModelForTokenClassification.from_pretrained("vpelloin/MEDIA_NLU-flaubert_oral_asr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K