update documentation
Browse files
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
|