diff --git a/README.md b/README.md index c511ef2..992aabf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ OpenDelta is a toolkit for parameter efficient methods (we dub it as *delta tuni Our repo is tested on Python 3.8 and PyTorch 1.9.0. Lower version may also be supported. **A demo of using Opendelta to modify the PLM (E.g., BART).** -![How PLM changes using Delta-tuning](docs/source/imgs/dongtu.gif) +![How PLM changes using Delta-tuning](docs/source/imgs/demo.gif) ## Installation create a virtualenv (optional) diff --git a/docs/source/imgs/demo.gif b/docs/source/imgs/demo.gif new file mode 100644 index 0000000..2652756 Binary files /dev/null and b/docs/source/imgs/demo.gif differ diff --git a/docs/source/imgs/dongtu.gif b/docs/source/imgs/dongtu.gif deleted file mode 100644 index d533fd9..0000000 Binary files a/docs/source/imgs/dongtu.gif and /dev/null differ