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
503 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
Aya
updated path
a96b0c6 about 1 year ago
  • ner
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • transformer
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • vocab
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • .gitattributes
    1.7 kB
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • README.md
    4.39 kB
    updated path about 1 year ago
  • config.cfg
    2.85 kB
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • meta.json
    1.34 kB
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago
  • tokenizer
    77.1 kB
    Initial push: workout entity extractor with RoBERTa backbone about 1 year ago