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

  • Log In
  • Sign Up

grace-pro
/
no_repeats

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

Instructions to use grace-pro/no_repeats with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use grace-pro/no_repeats with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="grace-pro/no_repeats")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("grace-pro/no_repeats")
    model = AutoModelForTokenClassification.from_pretrained("grace-pro/no_repeats", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
no_repeats / runs
8.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
grace-pro's picture
grace-pro
Training complete
098a5de about 3 years ago
  • Jul25_19-38-13_f2d466417810
    Training complete about 3 years ago