@@ -19,7 +19,7 @@ arXiv pre-print available here: https://arxiv.org/abs/2108.13961
19
19
20
20
### With pip
21
21
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/ )]
23
23
24
24
``` bash
25
25
pip install thermostat-datasets
@@ -144,8 +144,8 @@ Layer Integrated Gradients (`lig`) | [`.attr.LayerIntegratedGradients`](https://
144
144
LIME (` lime ` ) | [ ` .attr.LimeBase ` ] ( https://captum.ai/api/lime.html ) | # samples = 25, <br >mask prob = 0.3
145
145
Occlusion (` occ ` ) | [ ` .attr.Occlusion ` ] ( https://captum.ai/api/occlusion.html ) | sliding window = 3
146
146
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
149
149
150
150
151
151
@@ -165,7 +165,7 @@ Layer GradientShap ('lgs') | ['attr.LayerGradientShap'](https://captum.ai/api/la
165
165
Example configuration: ` imdb-xlnet-lig `
166
166
167
167
Name | 🤗 | ` lgxa ` | ` lig ` | ` lime ` | ` occ ` | ` svs ` | 'lds' | 'lgs'
168
- --- | --- | --- | --- | --- | --- | ---
168
+ --- | --- | --- | --- | --- | --- | --- | --- | ---
169
169
ALBERT (` albert ` ) | [ ` textattack/albert-base-v2-imdb ` ] ( https://huggingface.co/textattack/albert-base-v2-imdb ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
170
170
BERT (` bert ` ) | [ ` textattack/bert-base-uncased-imdb ` ] ( https://huggingface.co/textattack/bert-base-uncased-imdb ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
171
171
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
179
179
Example configuration: ` multi_nli-roberta-lime `
180
180
181
181
Name | 🤗 | ` lgxa ` | ` lig ` | ` lime ` | ` occ ` | ` svs ` | 'lds' | 'lgs'
182
- --- | --- | --- | --- | --- | --- | ---
182
+ --- | --- | --- | --- | --- | --- | --- | --- | ---
183
183
ALBERT (` albert ` ) | [ ` prajjwal1/albert-base-v2-mnli ` ] ( https://huggingface.co/prajjwal1/albert-base-v2-mnli ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
184
184
BERT (` bert ` ) | [ ` textattack/bert-base-uncased-MNLI ` ] ( https://huggingface.co/textattack/bert-base-uncased-MNLI ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
185
185
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
193
193
Example configuration: ` xnli-roberta-lime `
194
194
195
195
Name | 🤗 | ` lgxa ` | ` lig ` | ` lime ` | ` occ ` | ` svs ` | 'lds' | 'lgs'
196
- --- | --- | --- | --- | --- | --- | ---
196
+ --- | --- | --- | --- | --- | --- | --- | --- | ---
197
197
ALBERT (` albert ` ) | [ ` prajjwal1/albert-base-v2-mnli ` ] ( https://huggingface.co/prajjwal1/albert-base-v2-mnli ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
198
198
BERT (` bert ` ) | [ ` textattack/bert-base-uncased-MNLI ` ] ( https://huggingface.co/textattack/bert-base-uncased-MNLI ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
199
199
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
207
207
Example configuration: ` ag_news-albert-svs `
208
208
209
209
Name | 🤗 | ` lgxa ` | ` lig ` | ` lime ` | ` occ ` | ` svs ` | 'lds' | 'lgs'
210
- --- | --- | --- | --- | --- | --- | ---
210
+ --- | --- | --- | --- | --- | --- | --- | --- | ---
211
211
ALBERT (` albert ` ) | [ ` textattack/albert-base-v2-ag-news ` ] ( https://huggingface.co/textattack/albert-base-v2-ag-news ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
212
212
BERT (` bert ` ) | [ ` textattack/bert-base-uncased-ag-news ` ] ( https://huggingface.co/textattack/bert-base-uncased-ag-news ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
213
213
RoBERTa (` roberta ` ) | [ ` textattack/roberta-base-ag-news ` ] ( https://huggingface.co/textattack/roberta-base-ag-news ) | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅
0 commit comments