jishnuprakash commited on
Commit
0b9a94b
·
1 Parent(s): 814772d
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -31,7 +31,8 @@ expander.write("""This is a user interface to view and interact with
31
  results obtained from fine-tuned BERT transformers trained on LEX GLUE: ECTHR_A dataset.
32
  Try inputing a text below and see the model predictions. You can also extract the location
33
  and Date entities from the text using the checkbox.\\
34
- Below, you can do the same on test data. """)
 
35
 
36
 
37
  #Load trained model
 
31
  results obtained from fine-tuned BERT transformers trained on LEX GLUE: ECTHR_A dataset.
32
  Try inputing a text below and see the model predictions. You can also extract the location
33
  and Date entities from the text using the checkbox.\\
34
+ Below, you can do the same on test data.\\
35
+ Please find the test data here https://huggingface.co/datasets/lex_glue """)
36
 
37
 
38
  #Load trained model