Skip to content

Commit 23bbb37

Browse files
authored
point readme to updated dataset
1 parent d6036a6 commit 23bbb37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ sparsify.run one-shot --use-case image_classification --model "zoo:cv/classifica
192192

193193
Or, to sparsify a BERT model on the SST2 dataset for sentiment analysis, run the following commands:
194194
```bash
195-
wget https://public.neuralmagic.com/datasets/nlp/text_classification/sst2_calibration.tar.gz
196-
tar -xzf sst2_calibration.tar.gz
197-
sparsify.run one-shot --use-case text_classification --model "zoo:nlp/sentiment_analysis/bert-base/pytorch/huggingface/sst2/base-none" --data --data ./sst2_calibration/sst2.hf --optim-level 0.5
195+
wget https://public.neuralmagic.com/datasets/nlp/text_classification/sst2_bert_calibration.tar.gz
196+
tar -xzf sst2_bert_calibration.tar.gz
197+
sparsify.run one-shot --use-case text_classification --model "zoo:nlp/sentiment_analysis/bert-base/pytorch/huggingface/sst2/base-none" --data --data ./sst2_bert_calibration/sst2.hf --optim-level 0.5
198198
```
199199

200200
To dive deeper into One-Shot Experiments, read through the [One-Shot Experiment Guide](https://github.com/neuralmagic/sparsify/blob/main/docs/one-shot-experiment-guide.md).

0 commit comments

Comments
 (0)