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: 107 commits
alfraser's picture
alfraser
Tweaked the output screener to be more relaxed as getting too many false positives in the screening process
15c31c0 about 1 year ago
  • data_synthesis
    Added on type hint about 1 year ago
  • training
    Updated from using random.choices to random.sample throughout where I need a random distinct set as choices does replacement so you can get the same item twice. Discovered in pricing testing. over 1 year ago
  • architectures.py
    27.5 kB
    Tweaked the output screener to be more relaxed as getting too many false positives in the screening process about 1 year ago
  • common.py
    4.28 kB
    Added logging to endpoint start about 1 year ago
  • datatypes.py
    7.08 kB
    Reviewed comments and type hints about 1 year ago
  • st_helpers.py
    3.98 kB
    Updated the status message on the endpoint start about 1 year ago
  • testing.py
    19 kB
    Migrated from using print statements in the application code to using logger module (left prints in files intended to be run as scripts) about 1 year ago