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

  • Log In
  • Sign Up

Spaces:
Dhahlan2000
/
AppyJob
Sleeping

App Files Files Community
Fetching metadata from the HF Docker repository...
AppyJob
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Dhahlan2000's picture
Dhahlan2000
Reduce max_new_tokens in model generation from 2048 to 512 in app.py to optimize response length and improve performance. This change aims to enhance the efficiency of the conversation prediction function.
02386cb 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • .gitignore
    10 Bytes
    Refactor requirements.txt to remove specific version constraints for dependencies, allowing for more flexibility in package management. 8 months ago
  • README.md
    312 Bytes
    initial commit 8 months ago
  • app.py
    7.5 kB
    Reduce max_new_tokens in model generation from 2048 to 512 in app.py to optimize response length and improve performance. This change aims to enhance the efficiency of the conversation prediction function. 8 months ago
  • requirements.txt
    98 Bytes
    Refactor app.py to transition from Gradio to Streamlit for the job application email generator interface. Update UI components including text areas, file upload, and sliders for user input. Modify requirements.txt to remove Gradio and include necessary dependencies for Streamlit and Hugging Face. This change enhances user experience and streamlines the email generation process. 8 months ago