nazneen commited on
Commit
d7b6ce1
1 Parent(s): 35df678

update documentation

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -40,4 +40,8 @@ streamlit run app.py
40
 
41
  ## Running Locally
42
 
 
 
 
 
43
  ## Citation
40
 
41
  ## Running Locally
42
 
43
+ To run seal on any text classification model and dataset, please use the notebooks provided in `./assets/notebooks/` and replace the model and datasets with any HF datasets and model on the hub https://huggingface.co/models.
44
+
45
+ If you need to run inference on a dataset, please run `./util/run_inference.py` with the appropriate HF model and dataset. You can also use the same script to select the model's layer for extracting the representation of the input examples.
46
+
47
  ## Citation