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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

burberg92
/
resume_summary

Summarization
Transformers
PyTorch
English
bloom
text-generation
jobsearch
text-generation-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use burberg92/resume_summary with Transformers:

    # Use a pipeline as a high-level helper
    # Warning: Pipeline type "summarization" is no longer supported in transformers v5.
    # You must load the model directly (see below) or downgrade to v4.x with:
    # 'pip install "transformers<5.0.0'
    from transformers import pipeline
    
    pipe = pipeline("summarization", model="burberg92/resume_summary")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForCausalLM
    
    tokenizer = AutoTokenizer.from_pretrained("burberg92/resume_summary")
    model = AutoModelForCausalLM.from_pretrained("burberg92/resume_summary")
  • Notebooks
  • Google Colab
  • Kaggle
resume_summary
6.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
burberg92's picture
burberg92
Upload model
6e8f5c0 about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    123 Bytes
    Create README.md about 3 years ago
  • adapter_config.json
    337 Bytes
    Upload model about 3 years ago
  • adapter_model.bin
    12.6 MB
    xet
    Upload model about 3 years ago
  • config.json
    811 Bytes
    Upload BloomForCausalLM about 3 years ago
  • generation_config.json
    137 Bytes
    Upload BloomForCausalLM about 3 years ago
  • pytorch_model.bin
    6.89 GB
    xet
    Upload BloomForCausalLM about 3 years ago