Pradeep Kumar commited on
Commit
aecd25a
·
verified ·
1 Parent(s): c056a91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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