Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

ejqs
/
BK_ResumeSkillQualityClassifier

Text Classification
Transformers
Safetensors
English
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use ejqs/BK_ResumeSkillQualityClassifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ejqs/BK_ResumeSkillQualityClassifier")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ejqs/BK_ResumeSkillQualityClassifier", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
BK_ResumeSkillQualityClassifier
8.53 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 15 commits
ejqs's picture
ejqs
Update handler.py
8973d97 verified about 1 year ago
  • __pycache__
    add handler about 1 year ago
  • pet-collaboration-model-roberta-large-mnli_bs4_gas4_lr1e-05_ep5
    Upload folder using huggingface_hub about 1 year ago
  • pet-leadership-model-roberta-large-mnli_bs4_gas4_lr1e-05_ep5
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • .gitignore
    10 Bytes
    add handler about 1 year ago
  • README.md
    96 Bytes
    Update README.md about 1 year ago
  • handler.py
    4.49 kB
    Update handler.py about 1 year ago