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

oec24
/
lilt-en-funsd

Token Classification
Transformers
PyTorch
TensorBoard
lilt
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use oec24/lilt-en-funsd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use oec24/lilt-en-funsd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="oec24/lilt-en-funsd")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("oec24/lilt-en-funsd")
    model = AutoModelForTokenClassification.from_pretrained("oec24/lilt-en-funsd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
lilt-en-funsd / logs
31.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
oec24's picture
oec24
End of training
de04624 about 3 years ago
  • 1684490045.761253
    Training in progress, step 200 about 3 years ago
  • 1684744893.2481642
    Training in progress, step 200 about 3 years ago
  • events.out.tfevents.1684490045.PW27JDG601.62670.0
    6.39 kB
    xet
    Training in progress, step 600 about 3 years ago
  • events.out.tfevents.1684744893.13895c1888c2.2904.0
    12.7 kB
    xet
    End of training about 3 years ago
  • events.out.tfevents.1684748673.13895c1888c2.2904.2
    592 Bytes
    xet
    End of training about 3 years ago