loubnabnl HF staff commited on
Commit
117ccb1
1 Parent(s): 8093558

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ EXAMPLE_1 = "def bubblesort(elements):\n n = len(arr)\n# loop through element
10
  EXAMPLE_2 = "from sklearn import model_selection\nX_train, X_test, Y_train, Y_test = model_selection.train_test_split(X, Y, test_size=0.2)"
11
 
12
  example = [
13
- [EXAMPLE_1, 60, 0.6, 42],
14
- [EXAMPLE_2, 60, 0.6, 42],
15
  ]
16
 
17
  # change model to the finetuned one
 
10
  EXAMPLE_2 = "from sklearn import model_selection\nX_train, X_test, Y_train, Y_test = model_selection.train_test_split(X, Y, test_size=0.2)"
11
 
12
  example = [
13
+ [EXAMPLE_1, 32, 0.6, 42],
14
+ [EXAMPLE_2, 16, 0.6, 42],
15
  ]
16
 
17
  # change model to the finetuned one