Skip to content

Commit a69562d

Browse files
authored
Update README.md
1 parent 0ff8514 commit a69562d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ arXiv pre-print available here: https://arxiv.org/abs/2108.13961
1919

2020
### With pip
2121

22-
[![PyPI](https://img.shields.io/pypi/v/thermostat-datasets?style=flat-square)](https://pypi.org/project/thermostat-datasets/)
22+
[![PyPI](https://img.shields.io/pypi/v/thermostat-datasets?style=flat-square)](https://pypi.org/project/thermostat-datasets/)]
2323

2424
```bash
2525
pip install thermostat-datasets
@@ -144,8 +144,8 @@ Layer Integrated Gradients (`lig`) | [`.attr.LayerIntegratedGradients`](https://
144144
LIME (`lime`) | [`.attr.LimeBase`](https://captum.ai/api/lime.html) | # samples = 25, <br>mask prob = 0.3
145145
Occlusion (`occ`) | [`.attr.Occlusion`](https://captum.ai/api/occlusion.html) | sliding window = 3
146146
Shapley Value Sampling (`svs`) | [`.attr.ShapleyValueSampling`](https://captum.ai/api/shapley_value_sampling.html) | # samples = 25
147-
Layer DeepLiftShap ('lds') | ['.attr.LayerDeepLiftShap'](https://captum.ai/api/layer.html#layer-deepliftshap) |
148-
Layer GradientShap ('lgs') | ['attr.LayerGradientShap'](https://captum.ai/api/layer.html#layer-gradientshap) | # samples = 5
147+
Layer DeepLiftShap ('lds') | [`.attr.LayerDeepLiftShap`](https://captum.ai/api/layer.html#layer-deepliftshap) |
148+
Layer GradientShap ('lgs') | [`attr.LayerGradientShap`](https://captum.ai/api/layer.html#layer-gradientshap) | # samples = 5
149149

150150

151151

@@ -165,7 +165,7 @@ Layer GradientShap ('lgs') | ['attr.LayerGradientShap'](https://captum.ai/api/la
165165
Example configuration: `imdb-xlnet-lig`
166166

167167
Name | 🤗 | `lgxa` | `lig` | `lime` | `occ` | `svs` | 'lds' | 'lgs'
168-
--- | --- | --- | --- | --- | --- | ---
168+
--- | --- | --- | --- | --- | --- | --- | --- | ---
169169
ALBERT (`albert`) | [`textattack/albert-base-v2-imdb`](https://huggingface.co/textattack/albert-base-v2-imdb) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
170170
BERT (`bert`) | [`textattack/bert-base-uncased-imdb`](https://huggingface.co/textattack/bert-base-uncased-imdb) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
171171
ELECTRA (`electra`) | [`monologg/electra-small-finetuned-imdb`](https://huggingface.co/monologg/electra-small-finetuned-imdb) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
@@ -179,7 +179,7 @@ XLNet (`xlnet`) | [`textattack/xlnet-base-cased-imdb`](https://huggingface.co/te
179179
Example configuration: `multi_nli-roberta-lime`
180180

181181
Name | 🤗 | `lgxa` | `lig` | `lime` | `occ` | `svs` | 'lds' | 'lgs'
182-
--- | --- | --- | --- | --- | --- | ---
182+
--- | --- | --- | --- | --- | --- | --- | --- | ---
183183
ALBERT (`albert`) | [`prajjwal1/albert-base-v2-mnli`](https://huggingface.co/prajjwal1/albert-base-v2-mnli) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
184184
BERT (`bert`) | [`textattack/bert-base-uncased-MNLI`](https://huggingface.co/textattack/bert-base-uncased-MNLI) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
185185
ELECTRA (`electra`) | [`howey/electra-base-mnli`](https://huggingface.co/howey/electra-base-mnli) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
@@ -193,7 +193,7 @@ XLNet (`xlnet`) | [`textattack/xlnet-base-cased-MNLI`](https://huggingface.co/te
193193
Example configuration: `xnli-roberta-lime`
194194

195195
Name | 🤗 | `lgxa` | `lig` | `lime` | `occ` | `svs` | 'lds' | 'lgs'
196-
--- | --- | --- | --- | --- | --- | ---
196+
--- | --- | --- | --- | --- | --- | --- | --- | ---
197197
ALBERT (`albert`) | [`prajjwal1/albert-base-v2-mnli`](https://huggingface.co/prajjwal1/albert-base-v2-mnli) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
198198
BERT (`bert`) | [`textattack/bert-base-uncased-MNLI`](https://huggingface.co/textattack/bert-base-uncased-MNLI) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
199199
ELECTRA (`electra`) | [`howey/electra-base-mnli`](https://huggingface.co/howey/electra-base-mnli) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
@@ -207,7 +207,7 @@ XLNet (`xlnet`) | [`textattack/xlnet-base-cased-MNLI`](https://huggingface.co/te
207207
Example configuration: `ag_news-albert-svs`
208208

209209
Name | 🤗 | `lgxa` | `lig` | `lime` | `occ` | `svs` | 'lds' | 'lgs'
210-
--- | --- | --- | --- | --- | --- | ---
210+
--- | --- | --- | --- | --- | --- | --- | --- | ---
211211
ALBERT (`albert`) | [`textattack/albert-base-v2-ag-news`](https://huggingface.co/textattack/albert-base-v2-ag-news) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
212212
BERT (`bert`) | [`textattack/bert-base-uncased-ag-news`](https://huggingface.co/textattack/bert-base-uncased-ag-news) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
213213
RoBERTa (`roberta`) | [`textattack/roberta-base-ag-news`](https://huggingface.co/textattack/roberta-base-ag-news) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅

0 commit comments

Comments
 (0)