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

bayesian4042
/
bert_finetuned_resume

Text Classification
Transformers
TensorBoard
Safetensors
distilbert
Generated from Trainer
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use bayesian4042/bert_finetuned_resume with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="bayesian4042/bert_finetuned_resume")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("bayesian4042/bert_finetuned_resume")
    model = AutoModelForSequenceClassification.from_pretrained("bayesian4042/bert_finetuned_resume", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
bert_finetuned_resume / runs
12.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
bayesian4042's picture
bayesian4042
Training completed
db502fc verified over 2 years ago
  • Jan25_11-53-41_590d8bd6f7ff
    Training completed over 2 years ago
  • Jan25_11-58-31_590d8bd6f7ff
    Training completed over 2 years ago