Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from transformers import (
|
|
19 |
pipeline,
|
20 |
)
|
21 |
|
22 |
-
NUM_EXAMPLES_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 |
|