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

zachwatanabe
/
test

Token Classification
Transformers
TensorBoard
Safetensors
layoutlmv3
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use zachwatanabe/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use zachwatanabe/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="zachwatanabe/test")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForTokenClassification
    
    processor = AutoProcessor.from_pretrained("zachwatanabe/test")
    model = AutoModelForTokenClassification.from_pretrained("zachwatanabe/test", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
test / runs
122 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
zachwatanabe's picture
zachwatanabe
searchlightai/resume-token-classifier
8bc55f5 over 2 years ago
  • Dec20_05-48-01_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-25-15_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-27-05_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-28-08_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-29-31_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-30-09_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-31-02_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-31-36_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_06-35-04_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago
  • Dec20_07-19-58_a4b5ac2ed673
    searchlightai/resume-token-classifier over 2 years ago