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
8f9200f
llm-arch
/
src
1 contributor
History:
92 commits
alfraser
Made updates to support automatic reload of the TestGroups after a test run
e35ef72
9 months ago
data_synthesis
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
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
24.1 kB
Made updates to support automatic reload of the TestGroups after a test run
9 months ago
common.py
Safe
3.74 kB
Switched endpoint control to use the writeable token as it was inconsistent with the normal token.
10 months ago
datatypes.py
Safe
4.66 kB
Added runner for pricing fact checks to assess the level of fact embedding in the latest model
9 months ago
st_helpers.py
Safe
2.21 kB
Removed debug print statements which cause extra chaff in the logs
10 months ago
testing.py
Safe
19 kB
Made updates to support automatic reload of the TestGroups after a test run
9 months ago