Update README.md
Browse files
README.md
CHANGED
|
@@ -35,6 +35,8 @@ base_model:
|
|
| 35 |
[](https://www.python.org/downloads/)
|
| 36 |
[](https://opensource.org/licenses/Apache-2.0)
|
| 37 |
[](https://badge.fury.io/py/dytr)
|
|
|
|
|
|
|
| 38 |
**Build dynamic transformers that learn multiple tasks with supports to load and modify pretrained model such as bert.**
|
| 39 |
|
| 40 |
dytr is a flexible PyTorch library for multi-task learning with transformer architectures. Train multiple tasks sequentially or simultaneously while preserving performance on previous tasks through built-in continual learning techniques.
|
|
|
|
| 35 |
[](https://www.python.org/downloads/)
|
| 36 |
[](https://opensource.org/licenses/Apache-2.0)
|
| 37 |
[](https://badge.fury.io/py/dytr)
|
| 38 |
+
[](https://github.com/AAlsubari/dytr/blob/main/dytr_bert_finetune_demo.ipynb)
|
| 39 |
+
|
| 40 |
**Build dynamic transformers that learn multiple tasks with supports to load and modify pretrained model such as bert.**
|
| 41 |
|
| 42 |
dytr is a flexible PyTorch library for multi-task learning with transformer architectures. Train multiple tasks sequentially or simultaneously while preserving performance on previous tasks through built-in continual learning techniques.
|