danielnashed commited on
Commit
77737e7
·
verified ·
1 Parent(s): d1ed4c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -113,7 +113,7 @@ class LLMTrainingApp:
113
  messages=[
114
  {
115
  "role": "system",
116
- "content": """Given the following question-answer pairs, generate 10 similar pairs in the following json format below. Do not respond with anything other than the json.
117
  ```json
118
  [
119
  {
@@ -224,7 +224,7 @@ class LLMTrainingApp:
224
  learning_rate=1e-3,
225
  per_device_train_batch_size=32,
226
  per_device_eval_batch_size=32,
227
- num_train_epochs=2,
228
  weight_decay=0.01,
229
  eval_strategy="epoch",
230
  save_strategy="epoch",
 
113
  messages=[
114
  {
115
  "role": "system",
116
+ "content": """Given the following question-answer pairs, generate 100 similar pairs in the following json format below. Do not respond with anything other than the json.
117
  ```json
118
  [
119
  {
 
224
  learning_rate=1e-3,
225
  per_device_train_batch_size=32,
226
  per_device_eval_batch_size=32,
227
+ num_train_epochs=20,
228
  weight_decay=0.01,
229
  eval_strategy="epoch",
230
  save_strategy="epoch",