wuhp commited on
Commit
dca5fea
·
verified ·
1 Parent(s): 683b0bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from transformers import (
19
  pipeline,
20
  )
21
 
22
- NUM_EXAMPLES_FOR_FINETUNING = 50 # Constant for the number of examples to use for finetuning
23
  TEXT_PIPELINE = None # Global to store the custom R1 text generation pipeline
24
  COMPARISON_PIPELINE = None # Global to store the official R1 text generation pipeline
25
 
 
19
  pipeline,
20
  )
21
 
22
+ NUM_EXAMPLES_FOR_FINETUNING = 75 # Constant for the number of examples to use for finetuning
23
  TEXT_PIPELINE = None # Global to store the custom R1 text generation pipeline
24
  COMPARISON_PIPELINE = None # Global to store the official R1 text generation pipeline
25