Spaces:
Sleeping
Sleeping
Pradeep Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ tokenizer = tokenization.FullTokenizer(vocab_file,do_lower_case)
|
|
38 |
# Parameters
|
39 |
max_seq_length = 128
|
40 |
dummy_label = 100
|
|
|
41 |
|
42 |
|
43 |
# Define a function to preprocess the new data
|
|
|
38 |
# Parameters
|
39 |
max_seq_length = 128
|
40 |
dummy_label = 100
|
41 |
+
label_list = [i for i in range(1, 425)]
|
42 |
|
43 |
|
44 |
# Define a function to preprocess the new data
|