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

danielvasic
/
en_acnl_roberta_pipeline

Text Classification
spaCy
English
token-classification
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use danielvasic/en_acnl_roberta_pipeline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • spaCy

    How to use danielvasic/en_acnl_roberta_pipeline with spaCy:

    !pip install https://huggingface.co/danielvasic/en_acnl_roberta_pipeline/resolve/main/en_acnl_roberta_pipeline-any-py3-none-any.whl
    
    # Using spacy.load().
    import spacy
    nlp = spacy.load("en_acnl_roberta_pipeline")
    
    # Importing as module.
    import en_acnl_roberta_pipeline
    nlp = en_acnl_roberta_pipeline.load()
  • Notebooks
  • Google Colab
  • Kaggle
en_acnl_roberta_pipeline / parser
1.32 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
danielvasic
Update spaCy pipeline
11504f2 over 4 years ago
  • cfg
    222 Bytes
    Update spaCy pipeline over 4 years ago
  • model
    1.32 MB
    xet
    Update spaCy pipeline over 4 years ago
  • moves
    895 Bytes
    Update spaCy pipeline over 4 years ago