Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Posts
  • 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 /data_synthesis
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
alfraser's picture
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 over 1 year ago
  • data_loader.py
    4.06 kB
    Updated naming convention for dataset databases to be clearer. over 1 year ago
  • generate_data.py
    13.5 kB
    Tidied up comments over 1 year ago
  • select_test_data_from_all_products.py
    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. over 1 year ago
  • test_question_generator.py
    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. over 1 year ago