Update README.md
Browse files
README.md
CHANGED
@@ -163,5 +163,5 @@ Fred gives Robert the address of the music shop where he needs to buy guitar cab
|
|
163 |
## Usage:
|
164 |
```bash
|
165 |
tokenizer = BartTokenizer.from_pretrained('facebook/bart-large-cnn')
|
166 |
-
model = BartForConditionalGeneration.from_pretrained(jngan/bart-large-cnn-samsum
|
167 |
```
|
|
|
163 |
## Usage:
|
164 |
```bash
|
165 |
tokenizer = BartTokenizer.from_pretrained('facebook/bart-large-cnn')
|
166 |
+
model = BartForConditionalGeneration.from_pretrained('jngan/bart-large-cnn-samsum')
|
167 |
```
|