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
1e895ae
llm-arch
/
src
/
data_synthesis
1 contributor
History:
11 commits
alfraser
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.
b897a48
9 months ago
data_loader.py
Safe
4.06 kB
Updated naming convention for dataset databases to be clearer.
10 months ago
generate_data.py
Safe
13.5 kB
Tidied up comments
10 months ago
select_test_data_from_all_products.py
Safe
7.27 kB
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
test_question_generator.py
Safe
3.21 kB
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