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

ann-stro
/
roberta_token_new

Token Classification
Transformers
google-tensorflow TensorFlow
roberta
Model card Files Files and versions
xet
Community

Instructions to use ann-stro/roberta_token_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use ann-stro/roberta_token_new with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="ann-stro/roberta_token_new")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("ann-stro/roberta_token_new")
    model = AutoModelForTokenClassification.from_pretrained("ann-stro/roberta_token_new")
  • Notebooks
  • Google Colab
  • Kaggle
roberta_token_new
506 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ann-stro's picture
ann-stro
Upload 7 files
edda677 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    33 Bytes
    initial commit almost 3 years ago
  • config.json
    2.36 kB
    Upload 7 files almost 3 years ago
  • merges.txt
    536 kB
    Upload 7 files almost 3 years ago
  • special_tokens_map.json
    957 Bytes
    Upload 7 files almost 3 years ago
  • tf_model.h5
    502 MB
    xet
    Upload 7 files almost 3 years ago
  • tokenizer.json
    2.31 MB
    Upload 7 files almost 3 years ago
  • tokenizer_config.json
    1.38 kB
    Upload 7 files almost 3 years ago
  • vocab.json
    890 kB
    Upload 7 files almost 3 years ago