Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
alfraser
/
llm-arch
like
0
Runtime error
App
Files
Files
Community
1
bf9c6ad
llm-arch
/
src
1 contributor
History:
106 commits
alfraser
Updated the status message on the endpoint start
7b55a1a
8 months ago
data_synthesis
Added on type hint
8 months 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.
9 months ago
architectures.py
Safe
27.5 kB
Migrated from using print statements in the application code to using logger module (left prints in files intended to be run as scripts)
8 months ago
common.py
Safe
4.28 kB
Added logging to endpoint start
8 months ago
datatypes.py
Safe
7.08 kB
Reviewed comments and type hints
8 months ago
st_helpers.py
Safe
3.98 kB
Updated the status message on the endpoint start
8 months ago
testing.py
Safe
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)
8 months ago