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_base_uncased with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vpelloin/MEDIA_NLU-flaubert_base_uncased with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="vpelloin/MEDIA_NLU-flaubert_base_uncased")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("vpelloin/MEDIA_NLU-flaubert_base_uncased") model = AutoModelForTokenClassification.from_pretrained("vpelloin/MEDIA_NLU-flaubert_base_uncased", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Upload tensorboard/MEDIA_NLU-flaubert_base_uncased/events.out.tfevents.1647177300.gpu25 with huggingface_hub 2a90b9c
Upload README.md with huggingface_hub dcc0b02
Upload tokenizer 4394387
Upload FlaubertForTokenClassification 3c6c557
Delete tensorboard/MEDIA_NLU-flaubert_base_uncased 169e58e
Upload tensorboard/MEDIA_NLU-flaubert_base_uncased/events.out.tfevents.1647247087.gpu25 with huggingface_hub 7a62d97
Upload tensorboard/MEDIA_NLU-flaubert_base_uncased/events.out.tfevents.1647177300.gpu25 with huggingface_hub fdd974d
Upload README.md with huggingface_hub 95b834b
Upload tokenizer 9e2ceee
Upload FlaubertForTokenClassification db0339b
Delete tensorboard/MEDIA_NLU-flaubert_base_uncased de3e4b6
Upload tensorboard/MEDIA_NLU-flaubert_base_uncased/events.out.tfevents.1647247087.gpu25 with huggingface_hub cc83fef
Upload tensorboard/MEDIA_NLU-flaubert_base_uncased/events.out.tfevents.1647177300.gpu25 with huggingface_hub cbfd4e7
Upload README.md with huggingface_hub e7b1080
Upload tokenizer 889c65a
Upload FlaubertForTokenClassification ad5138b
Upload tensorboard/MEDIA_NLU-flaubert_base_uncased/events.out.tfevents.1647177300.gpu25 with huggingface_hub 8caf92d
Upload tensorboard/MEDIA_NLU-flaubert_base_uncased/events.out.tfevents.1647247087.gpu25 with huggingface_hub eb1879a
Upload README.md with huggingface_hub 4868c82
Upload tokenizer fed665d
Upload FlaubertForTokenClassification 2acc69e
Create requirements.txt 92113bf
Update README.md 384e3fb
Update README.md cc370a7
tensorboard 48c7c73
Valentin Pelloin commited on