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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

rkrstacic
/
bpmn-task-extractor

Token Classification
Transformers
PyTorch
TensorBoard
xlm-roberta
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use rkrstacic/bpmn-task-extractor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use rkrstacic/bpmn-task-extractor with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="rkrstacic/bpmn-task-extractor")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("rkrstacic/bpmn-task-extractor")
    model = AutoModelForTokenClassification.from_pretrained("rkrstacic/bpmn-task-extractor")
  • Notebooks
  • Google Colab
  • Kaggle
bpmn-task-extractor / runs
52.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rkrstacic's picture
rkrstacic
End of training
2812e12 over 3 years ago
  • Sep12_12-00-21_5cd37d7b38d9
    End of training over 3 years ago
  • Sep12_12-01-15_5cd37d7b38d9
    End of training over 3 years ago
  • Sep12_15-51-00_dfeaa7ab5635
    End of training over 3 years ago
  • Sep12_16-10-49_dfeaa7ab5635
    End of training over 3 years ago