'mint autosave'
Browse files- app.py +1 -1
- data/sample_submission.csv +0 -0
- data/test.csv +0 -0
- data/test_labels.csv +0 -0
- data/train.csv +0 -0
app.py
CHANGED
@@ -12,7 +12,7 @@ def analyze(input, model):
|
|
12 |
|
13 |
|
14 |
# load my fine-tuned model
|
15 |
-
fine_tuned = "
|
16 |
|
17 |
|
18 |
#text insert
|
|
|
12 |
|
13 |
|
14 |
# load my fine-tuned model
|
15 |
+
fine_tuned = "results/9500"
|
16 |
|
17 |
|
18 |
#text insert
|
data/sample_submission.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
data/test.csv
DELETED
Binary file (60.4 MB)
|
|
data/test_labels.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|
data/train.csv
DELETED
Binary file (68.8 MB)
|
|