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

GraphBot
/
model-pt

Token Classification
Transformers
Safetensors
bert
Model card Files Files and versions
xet
Community

Instructions to use GraphBot/model-pt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use GraphBot/model-pt with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="GraphBot/model-pt")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("GraphBot/model-pt")
    model = AutoModelForTokenClassification.from_pretrained("GraphBot/model-pt", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
model-pt
436 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
ditto123's picture
ditto123
Upload BertForTokenClassification
d1b3fe0 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.17 kB
    Upload BertForTokenClassification about 2 years ago
  • config.json
    1.03 kB
    Upload BertForTokenClassification about 2 years ago
  • model.safetensors
    436 MB
    xet
    Upload BertForTokenClassification about 2 years ago