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
/
training
1 contributor
History:
14 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
prep_finetuning.py
Safe
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.
9 months ago
train_rag.py
Safe
5.04 kB
Fixed the time.time bug here. Also a call to reset the Chroma DB
10 months ago