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

Amir01
/
roberta-pos-tagging

Token Classification
Transformers
TensorBoard
Safetensors
roberta
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use Amir01/roberta-pos-tagging with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Amir01/roberta-pos-tagging with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="Amir01/roberta-pos-tagging")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Amir01/roberta-pos-tagging")
    model = AutoModelForTokenClassification.from_pretrained("Amir01/roberta-pos-tagging", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
roberta-pos-tagging / runs
68.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 32 commits
Amir01's picture
Amir01
Training in progress, epoch 15
3baaa0d over 2 years ago
  • Dec23_01-15-31_7839a65ea4ea
    Training in progress, epoch 1 over 2 years ago
  • Dec23_01-21-57_7839a65ea4ea
    Training in progress, epoch 1 over 2 years ago
  • Dec23_01-24-54_7839a65ea4ea
    Training in progress, epoch 2 over 2 years ago
  • Dec23_01-25-31_7839a65ea4ea
    Training in progress, epoch 2 over 2 years ago
  • Dec23_01-29-41_7839a65ea4ea
    Training in progress, epoch 1 over 2 years ago
  • Dec23_01-51-10_7839a65ea4ea
    Training in progress, epoch 1 over 2 years ago
  • Dec23_01-53-11_7839a65ea4ea
    Training in progress, epoch 1 over 2 years ago
  • Dec23_01-55-14_7839a65ea4ea
    Training in progress, epoch 2 over 2 years ago
  • Dec23_01-55-23_7839a65ea4ea
    Training in progress, epoch 15 over 2 years ago
  • Dec23_19-02-41_7a50214c7993
    Training in progress, epoch 15 over 2 years ago