Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • 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
15.4 kB
  • 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 almost 2 years 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. almost 2 years ago
  • train_rag.py
    5.04 kB
    Fixed the time.time bug here. Also a call to reset the Chroma DB almost 2 years ago