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 /training
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 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
  • prep_finetuning.py
    10.3 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
  • train_rag.py
    5.04 kB
    Fixed the time.time bug here. Also a call to reset the Chroma DB over 1 year ago