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

arjun10g
/
na-tech-jobs-skills-v1

Token Classification
Transformers
skill-extraction
north-america-tech-hiring
zero-shot
nuextract
Model card Files Files and versions
xet
Community

Instructions to use arjun10g/na-tech-jobs-skills-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use arjun10g/na-tech-jobs-skills-v1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="arjun10g/na-tech-jobs-skills-v1")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("arjun10g/na-tech-jobs-skills-v1", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
na-tech-jobs-skills-v1
9.84 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
arjun10g's picture
arjun10g
v1 :: predict.py (taxonomy + wrapper)
2227dc4 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.08 kB
    v1 :: skills extractor card (NuExtract-tiny zero-shot wrapper) 4 months ago
  • predict.py
    6.24 kB
    v1 :: predict.py (taxonomy + wrapper) 4 months ago