alsubari commited on
Commit
7a96126
·
verified ·
1 Parent(s): 215e399

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -35,6 +35,8 @@ base_model:
35
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
36
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
37
  [![PyPI version](https://badge.fury.io/py/dytr.svg)](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
  [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
36
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
37
  [![PyPI version](https://badge.fury.io/py/dytr.svg)](https://badge.fury.io/py/dytr)
38
+ [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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.