stripnet / markdown /load_data.md
stephenleo's picture
limit to 200 rows
2afa46a
|
raw
history blame contribute delete
No virus
929 Bytes

A newer version of the Streamlit SDK is available: 1.36.0

Upgrade
  • 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 to run it on your local! You can also directly download this HF Spaces app and run on your local.