- STriPNet only accepts a `csv` file. - Though STriPNet can work with any text column, it works best when two columns `Title` and `Abstract` (case insensitive) are provided. - STriPNet automatically selects any column called `title` and `abstract` (case insensitive) that are present in your uploaded csv file. If your file doesnt contain any such column, you will need to manually select the text column(s) on which to run the analysis. - If you select multiple columns, STriPNet internally concats the columns with a `[SEP]` keyword. - Finally, to keep resource usage down, this 🤗 Huggingface Spaces app will internally restrict to analysing the first 200 rows in the data that you upload. If you want to analyse more data, please check out (and 🌟 😄) the [STriPNet Github repo](https://github.com/stephenleo/stripnet) to run it on your local! You can also directly download this HF Spaces app and run on your local.