We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddb636 commit 401a3a8Copy full SHA for 401a3a8
.github/workflows/docker-build.yml
@@ -29,9 +29,9 @@ jobs:
29
-v $(pwd)/artifacts:/opt/artifacts \
30
-e MLFLOW_PORT=7777 \
31
-e DATASET_TO_RUN="david-thrower/tiny-stories-mini-96-seq-len-50000-samples" \
32
- -e PHASE_I_A_SAMPLES_TO_CREATE=30 \
33
- -e PHASE_I_B_SAMPLES_TO_CREATE=20 \
34
- -e PHASE_I_B_SAMPLE_EXPANSION_BATCH_SIZE=10 \
+ -e PHASE_I_A_SAMPLES_TO_CREATE=10 \
+ -e PHASE_I_B_SAMPLES_TO_CREATE=10 \
+ -e PHASE_I_B_SAMPLE_EXPANSION_BATCH_SIZE=5 \
35
-e PHASE_I_B_VAL_SPLIT=0.15 \
36
-e MAX_SEQ_LENGTH=96 \
37
davidt101/cerebros-llm:${{ github.run_number }}
0 commit comments