Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
alfraser
/
llm-arch
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c6ae5fd
llm-arch
/
src
Ctrl+K
Ctrl+K
1 contributor
History:
66 commits
alfraser
Tweaked the training data format to try and fix the issue of the model repeating the question over and over
abcd8a9
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
Tweaked the training data format to try and fix the issue of the model repeating the question over and over
over 1 year ago
architectures.py
Safe
20.5 kB
Added option to directly pass the HF hub token when wiping the trace file, so I can use it locally outside of streamlit. Defaulted to None avoid changing existing behaviour.
over 1 year ago
common.py
Safe
3.72 kB
Added awareness of the 'failed' status for an endpoint
over 1 year ago
datatypes.py
Safe
4.49 kB
Flipped the default dataset to be the baseline not the "All products"
over 1 year ago
st_helpers.py
Safe
2.21 kB
Removed debug print statements which cause extra chaff in the logs
over 1 year ago
testing.py
Safe
11.8 kB
Added loading of test groups from both the DB and the local file and merging these two
over 1 year ago