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

  • Log In
  • Sign Up

Spaces:
alfraser
/
llm-arch
Runtime error

App Files Files Community
1
Fetching metadata from the HF Docker repository...
llm-arch / src
Ctrl+K
Ctrl+K
  • 1 contributor
History: 59 commits
alfraser's picture
alfraser
Fixed the time.time bug here. Also a call to reset the Chroma DB
1cb115b over 1 year ago
  • data_synthesis
    Fixed less than/greater than bug where I was dropping the wrong reviews to achieve a target average review. Update the sql data set too. over 1 year ago
  • training
    Fixed the time.time bug here. Also a call to reset the Chroma DB over 1 year ago
  • architectures.py
    20 kB
    Tweaked the way the prompt is formatted going into the LLM query, to avoid the fine-tuned model giving nonsense answers over 1 year ago
  • common.py
    3.72 kB
    Added awareness of the 'failed' status for an endpoint over 1 year ago
  • datatypes.py
    4.49 kB
    Flipped the default dataset to be the baseline not the "All products" over 1 year ago
  • st_helpers.py
    2.21 kB
    Removed debug print statements which cause extra chaff in the logs over 1 year ago
  • testing.py
    1.04 kB
    Added utility to serve up the test questions over 1 year ago