Commit
·
fc26d88
1
Parent(s):
3ddc736
Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,8 @@ Aviv Slobodkin, Paul Roit, Eran Hirsch, Ori Ernst, Ido Dagan, 2022. [PDF](https:
|
|
6 |
```python
|
7 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
8 |
|
9 |
-
tokenizer = AutoTokenizer.from_pretrained("biu-nlp
|
10 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("biu-nlp
|
11 |
```
|
12 |
|
13 |
The original repo is [here](https://github.com/lovodkin93/Controlled_Text_Reduction).
|
|
|
6 |
```python
|
7 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
8 |
|
9 |
+
tokenizer = AutoTokenizer.from_pretrained("biu-nlp/led-base-controlled-text-reduction")
|
10 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("biu-nlp/led-base-controlled-text-reduction")
|
11 |
```
|
12 |
|
13 |
The original repo is [here](https://github.com/lovodkin93/Controlled_Text_Reduction).
|