Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

vpelloin
/
MEDIA_NLU-flaubert_oral_asr

Token Classification
Transformers
PyTorch
TensorBoard
French
flaubert
bert
natural language understanding
NLU
spoken language understanding
SLU
understanding
MEDIA
Model card Files Files and versions
xet
Metrics Training metrics Community
1

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
MEDIA_NLU-flaubert_oral_asr
552 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 52 commits
vpelloin's picture
vpelloin
Upload tensorboard/MEDIA_NLU-flaubert_oral_asr/events.out.tfevents.1647169506.gpu21 with huggingface_hub
0a5be4f about 3 years ago
  • tensorboard
    Upload tensorboard/MEDIA_NLU-flaubert_oral_asr/events.out.tfevents.1647169506.gpu21 with huggingface_hub about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    4.44 kB
    Upload README.md with huggingface_hub about 3 years ago
  • config.json
    10.7 kB
    Upload FlaubertForTokenClassification about 3 years ago
  • merges.txt
    598 kB
    Upload tokenizer about 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    550 MB
    xet
    Upload FlaubertForTokenClassification about 3 years ago
  • special_tokens_map.json
    366 Bytes
    Upload tokenizer about 3 years ago
  • tokenizer_config.json
    616 Bytes
    Upload tokenizer about 3 years ago
  • vocab.json
    1.45 MB
    Upload tokenizer about 3 years ago