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

stulcrad
/
CNEC2_0_nested_robeczech-base

Token Classification
Transformers
Safetensors
roberta
Model card Files Files and versions
xet
Community

Instructions to use stulcrad/CNEC2_0_nested_robeczech-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use stulcrad/CNEC2_0_nested_robeczech-base with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="stulcrad/CNEC2_0_nested_robeczech-base")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("stulcrad/CNEC2_0_nested_robeczech-base")
    model = AutoModelForTokenClassification.from_pretrained("stulcrad/CNEC2_0_nested_robeczech-base")
  • Notebooks
  • Google Colab
  • Kaggle
CNEC2_0_nested_robeczech-base
502 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
stulcrad's picture
stulcrad
Create README.md
c361a7e verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    1.9 kB
    Create README.md over 1 year ago
  • config.json
    4.18 kB
    Upload RobertaForTokenClassification about 2 years ago
  • model.safetensors
    502 MB
    xet
    Upload RobertaForTokenClassification about 2 years ago