Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • 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
106 kB
  • 1 contributor
History: 99 commits
alfraser's picture
alfraser
Reviewed comments and type hints
d50e68d almost 2 years ago
  • data_synthesis
    Added on type hint almost 2 years 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. almost 2 years ago
  • architectures.py
    27.4 kB
    Reviewed comments and type hints almost 2 years ago
  • common.py
    4.09 kB
    Reviewed comments and type hints almost 2 years ago
  • datatypes.py
    7.08 kB
    Reviewed comments and type hints almost 2 years ago
  • st_helpers.py
    2.21 kB
    Removed debug print statements which cause extra chaff in the logs almost 2 years ago
  • testing.py
    19 kB
    Made updates to support automatic reload of the TestGroups after a test run almost 2 years ago