Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Aya-In-Brooklyn
/
spaCy-roberta-workout-entity-model

Token Classification
Transformers
English
roberta
ner
entity-extraction
workout
Model card Files Files and versions
xet
Community

Instructions to use Aya-In-Brooklyn/spaCy-roberta-workout-entity-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Aya-In-Brooklyn/spaCy-roberta-workout-entity-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Aya-In-Brooklyn/spaCy-roberta-workout-entity-model")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Aya-In-Brooklyn/spaCy-roberta-workout-entity-model", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
spaCy-roberta-workout-entity-model / ner
476 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Aya
Initial push: workout entity extractor with RoBERTa backbone
34c86f9 about 1 year ago
  • cfg
    221 Bytes
    xet
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • model
    475 kB
    xet
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • moves
    460 Bytes
    xet
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago