Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
14 |
-
[EXAMPLE_2,
|
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
|